Click or drag to resize
ExtensionTExtensionAddAsStaticProperty Method
Adds the static property to the given type

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

Parameters

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

Return Value

Type: GenericPropertyTExtension
See Also