PublishOptionsIgnoreWarnings Property |
Gets or sets a value indicating whether to ignore any warnings and proceed with the publish.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic bool IgnoreWarnings { get; set; }Public Property IgnoreWarnings As Boolean
Get
Set
public:
property bool IgnoreWarnings {
bool get ();
void set (bool value);
}member IgnoreWarnings : bool with get, set
Property Value
Type:
Boolean
See Also