ClientRegistrationResponse.SmsId Property
Gets the SMSID of the client by using the client ID.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public SmsClientId SmsId { get; }
public:
property SmsClientId^ SmsId {
SmsClientId^ get();
}
Public ReadOnly Property SmsId As SmsClientId
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.SmsClientId
See Also
ClientRegistrationResponse Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top