ExtendObjectTypeWithStaticPropertyPropertyType Method (String) |
Extends the type with a new generic static property
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public static GenericProperty<PropertyType> WithStaticProperty<PropertyType>(
string propertyName
)
Parameters
- propertyName
- Type: SystemString
Property name
Type Parameters
- PropertyType
Return Value
Type:
GenericPropertyPropertyTypeSee Also