Gets or sets the value of the attribute value.
Namespace: NReflect.NRAttributesAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
public Object Value { get; set; }
public Object Value { get; set; }
Public Property Value As Object
Get
Set
Public Property Value As Object
Get
Set
public:
property Object^ Value {
Object^ get ();
void set (Object^ value);
}
If the type of the attribute value is a
Type,
this property will hold a
String instead of the
Type. The reason to do this is the fact that
a
Type 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.