BRConditionTreeNode.Sequence Property
Gets or sets the sequence number which must be greater than zero.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Sequence As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
The sequence number which must be greater than zero.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace