XdsObjects Help file
XdsObjects Namespace / PixQuery Class / ReceivingApplicationName Property



ReceivingApplicationName Property
The Name of the Receiving Application used in queries
Syntax
Public Shared Property ReceivingApplicationName As String
Dim value As String
 
PixQuery.ReceivingApplicationName = value
 
value = PixQuery.ReceivingApplicationName
public static string ReceivingApplicationName {get; set;}
public:
static property String^ ReceivingApplicationName {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also