LocalizablePropertyDescriptor.Converter Property
Gets the TypeConverter object that is used for this property. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Converter As TypeConverter
Get
'Usage
Dim instance As LocalizablePropertyDescriptor
Dim value As TypeConverter
value = instance.Converter
public override TypeConverter Converter { get; }
public:
virtual property TypeConverter^ Converter {
TypeConverter^ get () override;
}
abstract Converter : TypeConverter
override Converter : TypeConverter
override function get Converter () : TypeConverter
Property Value
Type: System.ComponentModel.TypeConverter
The TypeConverter object that is used to convert types of values to other types, as well as to access standard values.