CcmEvent.ClientId Property
Gets or sets the client ID of the client sending the status message.
Namespace: Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[StatusMessagePropertyAttribute("ClientID")]
public SmsClientId ClientId { get; set; }
public:
[StatusMessagePropertyAttribute("ClientID")]
property SmsClientId^ ClientId {
SmsClientId^ get();
void set(SmsClientId^ value);
}
<StatusMessagePropertyAttribute("ClientID")>
Public Property ClientId As SmsClientId
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.SmsClientId
See Also
CcmEvent Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace
Return to top