SmsClientId Constructor (Guid)
Initializes a new instance of the SmsClientId class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public SmsClientId(
Guid value
)
public:
SmsClientId(
Guid value
)
Public Sub New (
value As Guid
)
Parameters
value
Type: System.GuidThe value, as a GUID.
See Also
SmsClientId Overload
SmsClientId Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top