ConfigMgrBgbSession.SmsId Property
Gets the client SMSID.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required)]
public SmsClientId SmsId { get; private set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required)]
property SmsClientId^ SmsId {
SmsClientId^ get();
private: void set(SmsClientId^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required)>
Public Property SmsId As SmsClientId
Get
Private Set
End Property
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.SmsClientId
See Also
ConfigMgrBgbSession Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top