Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the client installation status. The default value is null.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public bool ClientInstalled { get; set; }
public:
property bool ClientInstalled {
bool get();
void set(bool value);
}
Public Property ClientInstalled As Boolean
Property Value
Type: System.Boolean
See Also
InventoryIdentificationMachine Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top