ExtensionPropertiesEnsurePropertyPropertyType Method |
Ensures that the given property is properly initialized
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax public GenericProperty<PropertyType> EnsureProperty<PropertyType>(
Object obj,
string propertyName
)
Parameters
- obj
- Type: SystemObject
Parent object - propertyName
- Type: SystemString
Property name
Type Parameters
- PropertyType
Return Value
Type:
GenericPropertyPropertyTypeSee Also