[This is preliminary documentation and is subject to change.]

Inidicates if values should be restricted to enum members

Namespace: Tools.ComponentModelT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public bool Restrict { get; }
Visual Basic
Public ReadOnly Property Restrict As Boolean
	Get
Visual C++
public:
property bool Restrict {
	bool get ();
}
F#
member Restrict : bool
JScript
function get Restrict () : boolean

See Also