ExportView.Levels Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le nombre de niveaux hiérarchiques dans la vue si la vue est une vue hiérarchique basée sur des niveaux.
public:
property int Levels { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int Levels { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Levels : int with get, set
Public Property Levels As Integer
Valeur de propriété
Un entier représentant le nombre de niveaux.
- Attributs