INavigationViewInfo.DetailsViews Property

Definition

Gets the detail views for the navigation view information.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Management::INavigationDetailsViewInfo ^> ^ DetailsViews { System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Management::INavigationDetailsViewInfo ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.INavigationDetailsViewInfo> DetailsViews { get; }
member this.DetailsViews : seq<Microsoft.SqlServer.Management.INavigationDetailsViewInfo>
Public ReadOnly Property DetailsViews As IEnumerable(Of INavigationDetailsViewInfo)

Property Value

A value that represents the detail views for the navigation view information.

Applies to