|   | DataObjectTypeGetPropertySystemNameByDisplayNameFormat Method  | 
 
            Returns the system name of the properties contained in the displaynameformat string.
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static StringList GetPropertySystemNameByDisplayNameFormat(
	DataObjectType type,
	string displayNameFormat
)
Parameters
- type
 - Type: Omada.OE.ModelDataObjectType
data object type in which the properties will be searched - displayNameFormat
 - Type: SystemString
display name format string, eg '[FIRSTNAME]-[LASTNAME]' 
Return Value
Type: 
StringList
See Also