NRAttributeValue.Value Property NReflect
Gets or sets the value of the attribute value.

Namespace: NReflect.NRAttributes
Assembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax

public Object Value { get; set; }
Remarks

If the type of the attribute value is a OnlineType, this property will hold a OnlineString instead of the OnlineType. The reason to do this is the fact that a OnlineType is not serializable. All other types which can occur as an attribute value are serializable since they are of any number, string, boolean or enum type.
See Also