DetailsView.Properties Property

Definition

Gets or sets the properties of the details view.

public:
 property cli::array <Microsoft::SqlServer::Management::NavigationEntityProperty ^> ^ Properties { cli::array <Microsoft::SqlServer::Management::NavigationEntityProperty ^> ^ get(); void set(cli::array <Microsoft::SqlServer::Management::NavigationEntityProperty ^> ^ value); };
[System.Xml.Serialization.XmlArrayItem("Property", IsNullable=false)]
public Microsoft.SqlServer.Management.NavigationEntityProperty[] Properties { get; set; }
[<System.Xml.Serialization.XmlArrayItem("Property", IsNullable=false)>]
member this.Properties : Microsoft.SqlServer.Management.NavigationEntityProperty[] with get, set
Public Property Properties As NavigationEntityProperty()

Property Value

A value that represents the properties of the details view.

Attributes

Applies to