Utility.Use64BitClientCommunication Property
If true, 64-bit client communication is required. For example, a 64-bit process with a 64-bit client.
Namespace: Microsoft.ConfigurationManagement.Messaging.Sender.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static bool Use64BitClientCommunication { get; }
public:
property bool Use64BitClientCommunication {
static bool get();
}
Public Shared ReadOnly Property Use64BitClientCommunication As Boolean
Property Value
Type: System.Boolean
See Also
Utility Class
Microsoft.ConfigurationManagement.Messaging.Sender.Ccm Namespace
Return to top