ClientIdUpdated.PreviousClientId Property

 

Gets or sets the previous GUID for the client.

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

Syntax

[StatusMessagePropertyAttribute]
public SmsClientId PreviousClientId { get; set; }
public:
[StatusMessagePropertyAttribute]
property SmsClientId^ PreviousClientId {
    SmsClientId^ get();
    void set(SmsClientId^ value);
}
<StatusMessagePropertyAttribute>
Public Property PreviousClientId As SmsClientId

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Framework.SmsClientId

See Also

ClientIdUpdated Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace

Return to top