DetailsView.Properties Propiedad

Definición

Obtiene o establece las propiedades de la vista de detalles.

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()

Valor de propiedad

Valor que representa las propiedades de la vista de detalles.

Atributos

Se aplica a