MSBuild.NodeReuse Property
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property NodeReuse As InArgument(Of Boolean)
[BrowsableAttribute(true)]
public InArgument<bool> NodeReuse { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<bool>^ NodeReuse {
InArgument<bool>^ get ();
void set (InArgument<bool>^ value);
}
[<BrowsableAttribute(true)>]
member NodeReuse : InArgument<bool> with get, set
function get NodeReuse () : InArgument<boolean>
function set NodeReuse (value : InArgument<boolean>)
Property Value
Type: System.Activities.InArgument<Boolean>
Returns InArgument<T>.
.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