Click or drag to resize
AbstractObjectPropertyPropertyType Method
Returns the extension property for the object

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public GenericProperty<PropertyType> Property<PropertyType>(
	string propertyName
)
where PropertyType : new()

Parameters

propertyName
Type: SystemString
Property name

Type Parameters

PropertyType

Return Value

Type: GenericPropertyPropertyType

Implements

IExtensiblePropertyPropertyType(String)
See Also