Share via


IExplorerPropertyDescriptor.TargetType Property

Gets the optional property target value type.

Namespace:  Microsoft.SqlServer.Management.Explorer
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
ReadOnly Property TargetType As Type
    Get
'Usage
Dim instance As IExplorerPropertyDescriptor
Dim value As Type

value = instance.TargetType
Type TargetType { get; }
property Type^ TargetType {
    Type^ get ();
}
abstract TargetType : Type
function get TargetType () : Type

Property Value

Type: System.Type
The type of the target.