ClientIdUpdated.NewClientId Property
Gets or sets the new GUID for the client.
Namespace: Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[StatusMessagePropertyAttribute]
public SmsClientId NewClientId { get; set; }
public:
[StatusMessagePropertyAttribute]
property SmsClientId^ NewClientId {
SmsClientId^ get();
void set(SmsClientId^ value);
}
<StatusMessagePropertyAttribute>
Public Property NewClientId As SmsClientId
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.SmsClientId
See Also
ClientIdUpdated Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace
Return to top