ObjectFilePurposeCode Property |
Code, designating the usage purpose of the file. The meaning of each code is up to the application with the exception of 'default/image', which is standartised as the default image for many types of objects. [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string PurposeCode { get; set; }
Public Property PurposeCode As String
Get
Set
public:
property String^ PurposeCode {
String^ get ();
void set (String^ value);
}
member PurposeCode : string with get, set
Property Value
Type:
String
See Also