Share via


InventoryIdentificationMachine.ClientType Property

 

Gets or sets the client type. The default value is null.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

[MessagePropertyAttribute(MessagePropertyImportance.Required)]
public InventoryClientType ClientType { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required)]
property InventoryClientType ClientType {
    InventoryClientType get();
    void set(InventoryClientType value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required)>
Public Property ClientType As InventoryClientType

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.InventoryClientType

See Also

InventoryIdentificationMachine Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top