ProductDimensionObjectState Property |
Gets the state of the domain object.
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic override ObjectState ObjectState { get; }
Public Overrides ReadOnly Property ObjectState As ObjectState
Get
public:
virtual property ObjectState^ ObjectState {
ObjectState^ get () override;
}
abstract ObjectState : ObjectState with get
override ObjectState : ObjectState with get
Property Value
Type:
ObjectState
See Also