Click or drag to resize
GenericPropertyPropertyType  Conversion (GenericPropertyPropertyType to PropertyType)
Implicit conversion to extension type

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static implicit operator PropertyType (
	GenericProperty<PropertyType> ext
)

Parameters

ext
Type: CMS.BaseGenericPropertyPropertyType
Extension to convert

Return Value

Type: PropertyType
See Also