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

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

Syntax

C#
public bool IsRequired { get; set; }
Visual Basic (Declaration)
Public Property IsRequired As Boolean
Visual C++
public:
property bool IsRequired {
	bool get ();
	void set (bool value);
}

See Also