Definition.IsInUse Property
Returns true if the definition is already in use
(can be used to prevent infinite loops while substitutions).
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public bool IsInUse { get; set; }
Public Property IsInUse As Boolean
Get
Set
public:
property bool IsInUse {
bool get ();
void set (bool value);
}
member IsInUse : bool with get, set
Property Value
Boolean