共用方式為


Sequence 屬性

Gets or sets the sequence number, which must be greater than zero.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property Sequence As Integer
    Get
    Set
'用途
Dim instance As BRConditionTreeNode
Dim value As Integer

value = instance.Sequence

instance.Sequence = value
[DataMemberAttribute]
public int Sequence { get; set; }
[DataMemberAttribute]
public:
property int Sequence {
    int get ();
    void set (int value);
}
[<DataMemberAttribute>]
member Sequence : int with get, set
function get Sequence () : int
function set Sequence (value : int)

屬性值

型別:System. . :: . .Int32
An Int32 representing the sequence number.