Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property Owner As Identity
public Identity Owner { get; set; }
public:
property Identity^ Owner {
    Identity^ get ();
    void set (Identity^ value);
}
member Owner : Identity with get, set
function get Owner () : Identity 
function set Owner (value : Identity)
Property Value
Type: Microsoft.VisualStudio.Services.Identity.Identity
.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.