PendingSet.Ownership Property

True if the authorized user is the owner of this pending set.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
Public Property Ownership As OwnershipState
public OwnershipState Ownership { get; set; }
public:
property OwnershipState Ownership {
    OwnershipState get ();
    void set (OwnershipState value);
}
member Ownership : OwnershipState with get, set
function get Ownership () : OwnershipState 
function set Ownership (value : OwnershipState)

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Common.OwnershipState
Returns OwnershipState.

.NET Framework Security

See Also

Reference

PendingSet Class

Microsoft.TeamFoundation.VersionControl.Server Namespace