ContentLocationDomain Implicit Conversion (String to ContentLocationDomain)
Generates a ContentLocationDomain object from a string that represents the domain name.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static implicit operator ContentLocationDomain (
string domainName
)
public:
static operator ContentLocationDomain^ (
String^ domainName
)
Public Shared Widening Operator CType (
domainName As String
) As ContentLocationDomain
Parameters
domainName
Type: System.StringDomain name.
Return Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.ContentLocationDomain
ContentLocationDomain object that represents the string.
See Also
ContentLocationDomain Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top