DeltaInventoryFile.ClientId Property

 

Gets the SMS client ID.

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

Syntax

[MessagePropertyAttribute(MessagePropertyImportance.Required)]
public SmsClientId ClientId { get; private set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required)]
property SmsClientId^ ClientId {
    SmsClientId^ get();
    private: void set(SmsClientId^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required)>
Public Property ClientId As SmsClientId
    Get
    Private Set
End Property

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Framework.SmsClientId

See Also

DeltaInventoryFile Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace

Return to top