[Missing <summary> documentation for "P:Bespoke.Common.XmlRequiredAttribute.DefaultValue"]

Namespace:  Bespoke.Common
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public Object DefaultValue { get; set; }
Visual Basic (Declaration)
Public Property DefaultValue As Object
Visual C++
public:
property Object^ DefaultValue {
	Object^ get ();
	void set (Object^ value);
}

See Also