Click or drag to resize
PropertyT Class
Defines a property implementation
Inheritance Hierarchy
SystemObject
  CMS.BasePropertyT

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public class Property<T>

Type Parameters

T

The PropertyT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyGetter
Property getter
Protected propertyInnerValue
Inner property value
Public propertySetter
Property setter
Public propertyValue
Property value
Top
Operators
See Also