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

Client SMSID

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Required)]
public 
SmsClientId 
SmsId { 
get; 
private 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Required)> _
Public 
Property 
SmsId 
As 
SmsClientId
	
Get
	
Private 
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Required)]
public:
property 
SmsClientId^

SmsId {
	
SmsClientId^

get ();
	
private: 
void 
set (
SmsClientId^

value);
}

See Also