Click or drag to resize
PropertyT  Conversion (PropertyT to T)
Implicit conversion operator to property value

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static implicit operator T (
	Property<T> prop
)

Parameters

prop
Type: CMS.BasePropertyT
Property

Return Value

Type: T
See Also