Share via


IExplorerViewDescriptor.ViewType Property

Gets the type of the view of the descriptor.

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

Syntax

'Declaration
ReadOnly Property ViewType As Type
    Get
'Usage
Dim instance As IExplorerViewDescriptor
Dim value As Type

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

Property Value

Type: System.Type
A value that represents the type of view of the descriptor.