[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns true if 64-bit client communication is required (i.e. 64-bit process + 64-bit client)

Namespace:  Microsoft.ConfigurationManagement.Messaging.Sender.Ccm
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 
bool 
Use64BitClientCommunication { 
get; }
Public 
Shared 
ReadOnly 
Property 
Use64BitClientCommunication 
As 
Boolean
	
Get
public:
static 
property 
bool 
Use64BitClientCommunication {
	
bool 
get ();
}

See Also