Stores the value of the property.
Note that the value is an object and a property can therefore be used to store anything.
However, properties loaded from the repository will always be string values and it is
recommended that one of the
Properties collection accessor methods be used
to safely extract property values:
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public Object Value { get; set; }
Public Property Value As Object
Get
Set
Property Value
Type:
ObjectSee Also