The NullReferenceValue will be converted to the the type specifed with the property

Namespace: Composite.Data
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public Type NullReferenceValueType { get; set; }
Visual Basic
Public Property NullReferenceValueType As Type
	Get
	Set
Visual C++
public:
property Type^ NullReferenceValueType {
	Type^ get ();
	void set (Type^ value);
}

See Also