Click or drag to resize

AppStrEnumPropertyTypeToString Method

Converts an PropertyType enum to a readable string

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static string PropertyTypeToString(
	PropertyType propertyType
)

Parameters

propertyType
Type: Omada.OE.ModelPropertyType

Return Value

Type: String
See Also