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 explicit operator string (
SmsClientId smsClientId
)
public:
static explicit operator String^ (
SmsClientId^ smsClientId
)
Public Shared Narrowing Operator CType (
smsClientId As SmsClientId
) As String
Parameters
smsClientId
Type: Microsoft.ConfigurationManagement.Messaging.Framework.SmsClientIdThe SmsClientId.
Return Value
Type: System.String
See Also
Explicit Overload
SmsClientId Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top