Share via


INavigationDetailsViewInfo.Type Property

Gets the view type defined or required for this details view.

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

Syntax

'Declaration
ReadOnly Property Type As String
    Get
'Usage
Dim instance As INavigationDetailsViewInfo
Dim value As String

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

Property Value

Type: System.String
A value that represents the view type defined or required for this details view.