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

Get/Set the SMSID to use for sending and signing the message.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Recommended)]
public 
virtual 
SmsClientId 
SmsId { 
get; 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Recommended)> _
Public 
Overridable 
Property 
SmsId 
As 
SmsClientId
	
Get
	
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Recommended)]
public:
virtual 
property 
SmsClientId^

SmsId {
	
SmsClientId^

get ();
	
void 
set (
SmsClientId^

value);
}

Implements

IMessage . . :: . . SmsId

See Also