SmsClientId Constructor (String)
Initializes a new instance of the SmsClientId class. Creates an SMSID from a well-formed GUID string or SMS style (for example, GUID:xyz).
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public SmsClientId(
string clientGuid
)
public:
SmsClientId(
String^ clientGuid
)
Public Sub New (
clientGuid As String
)
Parameters
clientGuid
Type: System.StringThe client GUID, as a string.
See Also
SmsClientId Overload
SmsClientId Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top