TestElement.WorkItemIdsViewable Property

Definition

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

Applies to