LogisticsDocumentSupportsStore Property |
Gets a value indicating whether the document supports store.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic virtual bool SupportsStore { get; }
Public Overridable ReadOnly Property SupportsStore As Boolean
Get
public:
virtual property bool SupportsStore {
bool get ();
}
abstract SupportsStore : bool with get
override SupportsStore : bool with get
Property Value
Type:
BooleanImplements
ILogisticsDocumentSupportsStore
See Also