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

Gets or sets the GUID of the client as a SmsClientId object

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

Syntax

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

ClientId {
	
SmsClientId^

get ();
	
void 
set (
SmsClientId^

value);
}

See Also