AzureCreateDeployment.TreatWarningsAsError Property

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

Syntax

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

Property Value

Type: System.Activities.InArgument<Boolean>
Returns InArgument<T>.

.NET Framework Security

See Also

Reference

AzureCreateDeployment Class

Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace