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

Client's new GUID

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

StatusMessagePropertyAttribute]
public 
SmsClientId 
NewClientId { 
get; 
set; }
<

StatusMessagePropertyAttribute> _
Public 
Property 
NewClientId 
As 
SmsClientId
	
Get
	
Set
[

StatusMessagePropertyAttribute]
public:
property 
SmsClientId^

NewClientId {
	
SmsClientId^

get ();
	
void 
set (
SmsClientId^

value);
}

See Also