SystemInformationEvent.UserDomain Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the domain the process is running in.
public:
property System::String ^ UserDomain { System::String ^ get(); };
public:
property Platform::String ^ UserDomain { Platform::String ^ get(); };
public string UserDomain { get; }
member this.UserDomain : string
Public ReadOnly Property UserDomain As String