NavigationView.INavigationViewInfo.ExpectedEntities Property

Definition

Gets the expected entities for the navigation view.

property System::Collections::Generic::IEnumerable<System::String ^> ^ Microsoft::SqlServer::Management::INavigationViewInfo::ExpectedEntities { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
System.Collections.Generic.IEnumerable<string> Microsoft.SqlServer.Management.INavigationViewInfo.ExpectedEntities { get; }
member this.Microsoft.SqlServer.Management.INavigationViewInfo.ExpectedEntities : seq<string>
 ReadOnly Property ExpectedEntities As IEnumerable(Of String) Implements INavigationViewInfo.ExpectedEntities

Property Value

The expected entities for the navigation view.

Implements

Applies to