Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestElement::WorkItemIdsViewable Property

 

Gets or sets a list of work item IDs for viewable work items.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
[UserVisiblePropertyAttribute("{D78B2C92-7024-43bd-B6DB-B3E90F1FD309}")]
[GroupingPropertyAttribute]
[DefaultValueAttribute("")]
property String^ WorkItemIdsViewable {
	virtual String^ get();
}

Property Value

Type: System::String^

A list of work item IDs for viewable work items.

Return to top
Show: