PropertyT Conversion (PropertyT to T) |
Implicit conversion operator to property value
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public static implicit operator T (
Property<T> prop
)
Parameters
- prop
- Type: CMS.BasePropertyT
Property
Return Value
Type:
TSee Also