NavigationView.DetailsViews Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the details of the navigation view.
public:
property cli::array <Microsoft::SqlServer::Management::DetailsView ^> ^ DetailsViews { cli::array <Microsoft::SqlServer::Management::DetailsView ^> ^ get(); void set(cli::array <Microsoft::SqlServer::Management::DetailsView ^> ^ value); };
[System.Xml.Serialization.XmlArrayItem(IsNullable=false)]
public Microsoft.SqlServer.Management.DetailsView[] DetailsViews { get; set; }
[<System.Xml.Serialization.XmlArrayItem(IsNullable=false)>]
member this.DetailsViews : Microsoft.SqlServer.Management.DetailsView[] with get, set
Public Property DetailsViews As DetailsView()
Property Value
The details of the navigation view.
- Attributes