Udostępnij za pośrednictwem


InventoryIdentificationMachine.ClientInstalled Property

 

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