AppSettingDataIsDangerousForImport Property

Gets a value indicating whether this setting is dangerous for import. Serves as a hint that values for the setting should not be imported without careful thought.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[DataMemberAttribute(Name = "isDangerousForImport", EmitDefaultValue = false)]
public bool IsDangerousForImport { get; set; }

Property Value

Type: Boolean
See Also