PublishProjectsOptionsIgnoreWarnings Property |
Gets or sets a value indicating whether to ignore any warnings and proceed with the publish.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "ignoreWarnings", EmitDefaultValue = false)]
public bool IgnoreWarnings { get; set; }
<DataMemberAttribute(Name := "ignoreWarnings", EmitDefaultValue := false)>
Public Property IgnoreWarnings As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"ignoreWarnings", EmitDefaultValue = false)]
property bool IgnoreWarnings {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "ignoreWarnings", EmitDefaultValue = false)>]
member IgnoreWarnings : bool with get, set
Property Value
Type:
BooleanSee Also