DataTupleDataOrdinal Property |
Gets or sets the tuple ordinal.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = true, Name = "ordinal")]
public int Ordinal { get; set; }
<DataMemberAttribute(EmitDefaultValue := true, Name := "ordinal")>
Public Property Ordinal As Integer
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = true, Name = L"ordinal")]
property int Ordinal {
int get ();
void set (int value);
}
[<DataMemberAttribute(EmitDefaultValue = true, Name = "ordinal")>]
member Ordinal : int with get, set
Property Value
Type:
Int32See Also