This documentation is archived and is not being maintained.

Workspace::OwnerDescriptor Property

Gets the IdentityDescriptor for the workspace owner, if it is available.

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

public:
property IdentityDescriptor^ OwnerDescriptor {
	IdentityDescriptor^ get ();
}

Property Value

Type: Microsoft.TeamFoundation.Framework.Client::IdentityDescriptor
The IdentityDescriptor for the workspace owner, if it is available.

Show: