Click or drag to resize
ExtendObjectTypeWithStaticPropertyPropertyType Method (String)
Extends the type with a new generic static property

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static GenericProperty<PropertyType> WithStaticProperty<PropertyType>(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Property name

Type Parameters

PropertyType

Return Value

Type: GenericPropertyPropertyType
See Also