LabelWorkspace.Child Property

Gets or sets the LabelChildOption value that indicates how to handle pre-existing labels identical to the one being written.

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

Syntax

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

Property Value

Type: System.Activities.InArgument<LabelChildOption>
The LabelChildOption value that indicates how to handle pre-existing labels identical to the one being written.

.NET Framework Security

See Also

Reference

LabelWorkspace Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace