Levels 属性
Gets or sets the number of hierarchy levels in the view if the view is a level-based hierarchy view.
命名空间: Microsoft.MasterDataServices.Services.DataContracts
程序集: Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property Levels As Integer
Get
Set
用法
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)
属性值
类型:System. . :: . .Int32
An integer representing the number of levels.