CustomPropertyKeyOrder Property |
When not null, indicates, that the property is a key property and contains the property consequtive position withing the entity. Used for BI and other analysis.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<byte> KeyOrder { get; set; }
Public Property KeyOrder As Nullable(Of Byte)
Get
Set
public:
property Nullable<unsigned char>^ KeyOrder {
Nullable<unsigned char>^ get ();
void set (Nullable<unsigned char>^ value);
}
member KeyOrder : Nullable<byte> with get, set
Property Value
Type:
NullableByte
See Also