SettingsBase.SettingProperties Property

Gets a setting properties dictionary, in which the key is the setting name and the value is the PropertyDescriptor for that setting.

Namespace:  Microsoft.Data.Schema.Common.Settings
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property SettingProperties As Dictionary(Of String, PropertyDescriptor)
    Get
'Usage
Dim value As Dictionary(Of String, PropertyDescriptor)

value = Me.SettingProperties
protected virtual Dictionary<string, PropertyDescriptor> SettingProperties { get; }
protected:
virtual property Dictionary<String^, PropertyDescriptor^>^ SettingProperties {
    Dictionary<String^, PropertyDescriptor^>^ get ();
}
function get SettingProperties () : Dictionary<String, PropertyDescriptor>
abstract SettingProperties : Dictionary<string, PropertyDescriptor>
override SettingProperties : Dictionary<string, PropertyDescriptor>

Property Value

Type: System.Collections.Generic.Dictionary<String, PropertyDescriptor>

.NET Framework Security

See Also

Reference

SettingsBase Class

SettingsBase Members

Microsoft.Data.Schema.Common.Settings Namespace