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
- 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.