ContentLocationDomain.FromString Method (String)
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 ContentLocationDomain FromString(
string domainName
)
public:
static ContentLocationDomain^ FromString(
String^ domainName
)
Public Shared Function FromString (
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