CustomPropertyValueValueId Property |
Gets the id of the value, which is the id of the allowed value item.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<Guid> ValueId { get; }
Public ReadOnly Property ValueId As Nullable(Of Guid)
Get
public:
property Nullable<Guid^>^ ValueId {
Nullable<Guid^>^ get ();
}
member ValueId : Nullable<Guid> with get
Property Value
Type:
NullableGuid
The value identifier.
See Also