NRAttributeValue.Type Property NReflect
Gets or sets the name of the type of the attribute value.

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

public string Type { get; set; }
Remarks

The name is prefixed by the namespace of the type.
See Also