SystemInformationEvent.UserDomain Property
Gets the domain in which the process is running.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public ReadOnly Property UserDomain As String
Get
public string UserDomain { get; }
public:
property String^ UserDomain {
String^ get ();
}
member UserDomain : string
function get UserDomain () : String
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.