Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace