public static DomainUserGroup Parse(
string value
)
Public Shared Function Parse (
value As String
) As DomainUserGroup
public:
static DomainUserGroup^ Parse(
String^ value
)
static member Parse :
value : string -> DomainUserGroup
If the string does not contain a group, the value of the DefaultGroup constant is used. If the string does not contain a domain, this indicates the user is a member of the domain that the target computer is joining. When using the ProvisionedDomainOptions class, the value must contain a domain.
ArgumentNullException | value is . |