Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the amount of levels in the view. Only used for LevelBased view formats.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property Levels As Integer
Get
Set
'Utilisation
Dim instance As ExportView
Dim value As Integer
value = instance.Levels
instance.Levels = value
[DataMemberAttribute]
public int Levels { get; set; }
[DataMemberAttribute]
public:
property int Levels {
int get ();
void set (int value);
}
[<DataMemberAttribute>]
member Levels : int with get, set
function get Levels () : int
function set Levels (value : int)
Valeur de propriété
Type : System.Int32
The amount of levels in the view.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts