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