[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The SMSID for the message (can be empty)

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

Syntax

                 
  C#     Visual Basic     Visual C++  
SmsClientId 
SmsId { 
get; 
set; }
Property 
SmsId 
As 
SmsClientId
	
Get
	
Set
property 
SmsClientId^

SmsId {
	
SmsClientId^

get ();
	
void 
set (
SmsClientId^

value);
}

Field Value

SMSID of the sending client. Can be null (this depends on the implementation of the message)

See Also