SmsClientId Constructor (String, Boolean)
Initializes a new instance of the SmsClientId class. Creates an SMSID from a specified string.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public SmsClientId(
string clientGuid,
bool enforceFormatting
)
public:
SmsClientId(
String^ clientGuid,
bool enforceFormatting
)
Public Sub New (
clientGuid As String,
enforceFormatting As Boolean
)
Parameters
clientGuid
Type: System.StringThe client GUID, as a string.
enforceFormatting
Type: System.BooleanIf false, there is no attempt to parse or create a well-formed string.
See Also
SmsClientId Overload
SmsClientId Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top