Click or drag to resize
IExtensiblePropertyPropertyType Method
Returns the property of the object

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

Parameters

propertyName
Type: SystemString
Property name

Type Parameters

PropertyType

Return Value

Type: GenericPropertyPropertyType
See Also