Windows domain name for the user that executed the query.
Namespace: HuagatiEFProfilerAssembly: HuagatiEFProfiler (in HuagatiEFProfiler.dll) Version: 1.33.3996.16092
Syntax
C# |
---|
public string DomainName { get; set; } |
Visual Basic |
---|
Public Property DomainName As String
Get
Set |
Visual C++ |
---|
public:
property String^ DomainName {
String^ get ();
void set (String^ value);
} |
See Also