Partager via


InventoryClientIdState.IdType Property

 

Gets or sets the ID type.

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

Syntax

public int IdType { get; set; }
public:
property int IdType {
    int get();
    void set(int value);
}
Public Property IdType As Integer

Property Value

Type: System.Int32

See Also

InventoryClientIdState Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top