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

Get/Set the SMSID, leave null or emptystring to let the MP generate one for you if you are registering. Must be set if using for a confirmation request.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
SmsClientId 
RequestedSmsId { 
get; 
set; }
Public 
Property 
RequestedSmsId 
As 
SmsClientId
	
Get
	
Set
public:
property 
SmsClientId^

RequestedSmsId {
	
SmsClientId^

get ();
	
void 
set (
SmsClientId^

value);
}

See Also