Click or drag to resize
ExtensionPropertiesEnsurePropertyPropertyType Method
Ensures that the given property is properly initialized

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
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: GenericPropertyPropertyType
See Also