Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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