Share via


ISettings.IsSupportedSetting Method

Returns whether this setting is supported by the implementing class.

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

Syntax

'Declaration
Function IsSupportedSetting ( _
    settingName As String _
) As Boolean
'Usage
Dim instance As ISettings
Dim settingName As String
Dim returnValue As Boolean

returnValue = instance.IsSupportedSetting(settingName)
bool IsSupportedSetting(
    string settingName
)
bool IsSupportedSetting(
    String^ settingName
)
function IsSupportedSetting(
    settingName : String
) : boolean
abstract IsSupportedSetting : 
        settingName:string -> bool 

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISettings Interface

ISettings Members

Microsoft.Data.Schema.Common.Settings Namespace