CustomPropertyAllowedValueParentAllowedValueId Property |
The value of the parent property, for which this allowed value is valid. [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> ParentAllowedValueId { get; set; }
Public Property ParentAllowedValueId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid^>^ ParentAllowedValueId {
Nullable<Guid^>^ get ();
void set (Nullable<Guid^>^ value);
}
member ParentAllowedValueId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
See Also