DocumentTypePropertyDefaultPropertyValue Property |
The default value of the property when creating new documents.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string DefaultPropertyValue { get; set; }
Public Property DefaultPropertyValue As String
Get
Set
public:
property String^ DefaultPropertyValue {
String^ get ();
void set (String^ value);
}
member DefaultPropertyValue : string with get, set
Property Value
Type:
String
See Also