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 an SmsClientId to a string.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static string ToString(
SmsClientId smsClientId
)
public:
static String^ ToString(
SmsClientId^ smsClientId
)
Public Shared Function ToString (
smsClientId As SmsClientId
) As String
Parameters
smsClientId
Type: Microsoft.ConfigurationManagement.Messaging.Framework.SmsClientIdThe SmsClientId.
Return Value
Type: System.String
See Also
ToString Overload
SmsClientId Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top