Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the user ___domain name.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
string UserDomainName { get; set; }
property String^ UserDomainName {
String^ get();
void set(String^ value);
}
Property UserDomainName As String
Property Value
Type: System.String
Returns String.
See Also
IUserExtensionProperties Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top