PropertyValueValueId Property |
The internal Id of the value of the property for the specified entity (the entity with the specified Id). For choosable properties, this contains the id of the original "allowed value" row, from which the value was derived. null for non-choosable (free-text) properties, but also for old property values (before this id was available) or other unknown values. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<Guid> ValueId { get; set; }
Public Property ValueId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid^>^ ValueId {
Nullable<Guid^>^ get ();
void set (Nullable<Guid^>^ value);
}
member ValueId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
See Also