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

Gets/sets the client ID

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

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

MessagePropertyAttribute(

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

MessagePropertyAttribute(

MessagePropertyImportance::Recommended)]
public:
property 
SmsClientId^

RequestedClientId {
	
SmsClientId^

get ();
	
void 
set (
SmsClientId^

value);
}

See Also