PendingSet.Ownership Property
Returns the ownership state for this object with respect to the current caller. This will have a value of Unknown if we are talking to a Dev10 or earlier server.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property Ownership As OwnershipState
public OwnershipState Ownership { get; internal set; }
public:
property OwnershipState Ownership {
OwnershipState get ();
internal: void set (OwnershipState value);
}
member Ownership : OwnershipState with get, internal set
function get Ownership () : OwnershipState
internal function set Ownership (value : OwnershipState)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Common.OwnershipState
The ownership state for this object with respect to the current caller.
.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.