ExpectedProcessTraits.Owner Property

The user name of the process owner.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Property Owner As String
public string Owner { get; private set; }
public:
property String^ Owner {
    String^ get ();
    private: void set (String^ value);
}
member Owner : string with get, private set
function get Owner () : String 
private function set Owner (value : String)

Property Value

Type: String
Returns String.

.NET Framework Security

See Also

Reference

ExpectedProcessTraits Class

Microsoft.VisualStudio.IntelliTrace Namespace