AbstractObjectPropertyPropertyType Method |
Returns the extension property for the object
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public GenericProperty<PropertyType> Property<PropertyType>(
string propertyName
)
where PropertyType : new()
Parameters
- propertyName
- Type: SystemString
Property name
Type Parameters
- PropertyType
Return Value
Type:
GenericPropertyPropertyTypeImplements
IExtensiblePropertyPropertyType(String)See Also