AppSettingPropertiesSettingType Property |
Gets the data type of the setting's value.
Namespace:
Dundas.BI.Configuration
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic Type SettingType { get; }Public ReadOnly Property SettingType As Type
Get
public:
property Type^ SettingType {
Type^ get ();
}member SettingType : Type with get
Property Value
Type:
Type
RemarksThis property must be set to one of the following supported types:
See Also