共用方式為


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.