|   | AppStringOwnerField Enumeration | 
 
            Represents the field on the object (that owns an appstring) which the appstring represents.
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic enum AppStringOwnerField
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Name | 0 | 
            Property, Form, FormSection, View, DataObjectType
             | 
 | Description | 1 | 
            Property, Form, FormSection, View, DataObjectType
             | 
 | Title | 2 | 
            FormSectionField, ViewField
             | 
 | ShortDescription | 3 | 
            FormSectionField
             | 
 | LongDescription | 4 | 
            FormSectionField
             | 
 | NameSingular | 5 | 
            DataObjectType
             | 
See Also