InventoryIdentificationMachine.SerializableClientInstalled Property
Gets or sets the client installation status as an integer. This property is only for serialization. Use ClientInstalled instead.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public int SerializableClientInstalled { get; set; }
public:
property int SerializableClientInstalled {
int get();
void set(int value);
}
Public Property SerializableClientInstalled As Integer
Property Value
Type: System.Int32
See Also
InventoryIdentificationMachine Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top