Share via


LabelSources.Items Property

Gets or sets the enumerable collection of paths to the items to label.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
<RequiredArgumentAttribute> _
Public Property Items As InArgument(Of IEnumerable(Of String))
[BrowsableAttribute(true)]
[RequiredArgumentAttribute]
public InArgument<IEnumerable<string>> Items { get; set; }
[BrowsableAttribute(true)]
[RequiredArgumentAttribute]
public:
property InArgument<IEnumerable<String^>^>^ Items {
    InArgument<IEnumerable<String^>^>^ get ();
    void set (InArgument<IEnumerable<String^>^>^ value);
}
[<BrowsableAttribute(true)>]
[<RequiredArgumentAttribute>]
member Items : InArgument<IEnumerable<string>> with get, set
function get Items () : InArgument<IEnumerable<String>>
function set Items (value : InArgument<IEnumerable<String>>)

Property Value

Type: System.Activities.InArgument<IEnumerable<String>>
The enumerable collection of paths to the items to label.

.NET Framework Security

See Also

Reference

LabelSources Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace