TemplateLinePropertyConstantValueId Property |
The internal Id of a property value, selected as constant value. Applicable only when Property Value Source Type = Constant. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<Guid> ConstantValueId { get; set; }
Public Property ConstantValueId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid^>^ ConstantValueId {
Nullable<Guid^>^ get ();
void set (Nullable<Guid^>^ value);
}
member ConstantValueId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
See Also