Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the number of hierarchy levels in the view if the view is a level-based hierarchy view.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Levels As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
An integer that represents the number of levels.