Click or drag to resize
ExtensionTExtensionAddAsProperty Method
Adds the property to the given type

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static GenericExtension<TExtension> AddAsProperty(
	Type type,
	string propertyName
)

Parameters

type
Type: SystemType
Type to which register the property
propertyName
Type: SystemString
Property name

Return Value

Type: GenericExtensionTExtension
See Also