BRItem.Sequence 屬性
Gets or sets the order in which business rule items should be displayed and evaluated.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
<DataMemberAttribute> _
Public Property Sequence As Integer
Get
Set
'用途
Dim instance As BRItem
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 integer representing the order.