This documentation is archived and is not being maintained.

QueryItem::OwnerDescriptor Property

Gets or sets the identity descriptor of the owner of the query item.

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

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

Property Value

Type: Microsoft.TeamFoundation.Framework.Client::IdentityDescriptor
The identity descriptor of the owner of the query item.

Show: