This documentation is archived and is not being maintained.

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)

public:
property OwnershipState Ownership {
	OwnershipState get ();
	internal: void set (OwnershipState value);
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Common::OwnershipState
The ownership state for this object with respect to the current caller.

Show: