Share via


LocalizablePropertyDescriptor.ComponentType Property

Gets the type of the class that contains the 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 ComponentType As Type
    Get
'Usage
Dim instance As LocalizablePropertyDescriptor
Dim value As Type

value = instance.ComponentType
public override Type ComponentType { get; }
public:
virtual property Type^ ComponentType {
    Type^ get () override;
}
abstract ComponentType : Type
override ComponentType : Type
override function get ComponentType () : Type

Property Value

Type: System.Type
A Type object that represents the type of the class that contains the property.