Share via


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

  • enforceFormatting
    Type: System.Boolean

    If 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