Click or drag to resize
Extend<ObjectType>.WithProperty<PropertyType> Method
Extends the type with a new generic property

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 11.0.0
Syntax
C#
public static GenericExtension<PropertyType> WithProperty<PropertyType>(
	string propertyName
)
where PropertyType : new()

Parameters

propertyName
Type: System.String
Property name

Type Parameters

PropertyType

Return Value

Type: GenericExtension<PropertyType>
See Also