Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Converts a string to an SmsClientId.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static SmsClientId FromString(
string smsClientId
)
public:
static SmsClientId^ FromString(
String^ smsClientId
)
Public Shared Function FromString (
smsClientId As String
) As SmsClientId
Parameters
smsClientId
Type: System.StringThe SmsClientId, as a string.
Return Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.SmsClientId
See Also
SmsClientId Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top