TestElement.WorkItemIdsViewable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a list of work item IDs for viewable work items.
public:
virtual property System::String ^ WorkItemIdsViewable { System::String ^ get(); };
[Microsoft.VisualStudio.TestTools.Common.GroupingProperty]
[Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_WorkitemAssociations")]
[Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{D78B2C92-7024-43bd-B6DB-B3E90F1FD309}")]
[System.ComponentModel.DefaultValue("")]
public virtual string WorkItemIdsViewable { get; }
[<Microsoft.VisualStudio.TestTools.Common.GroupingProperty>]
[<Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_WorkitemAssociations")>]
[<Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{D78B2C92-7024-43bd-B6DB-B3E90F1FD309}")>]
[<System.ComponentModel.DefaultValue("")>]
member this.WorkItemIdsViewable : string
Public Overridable ReadOnly Property WorkItemIdsViewable As String
Property Value
A list of work item IDs for viewable work items.
- Attributes