Condividi tramite


Proprietà ExportView.Levels

Gets or sets the amount of levels in the view. Only used for LevelBased view formats.

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public Property Levels As Integer 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Int32
The amount of levels in the view.

Vedere anche

Riferimento

ExportView Classe

Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts