2023 Property
Changes 0
P

Rebar.ReadOnlyParameters

Description:
When set to true, Rebar will report all its parameters as read only. For example, the method Parameter::IsReadOnly() for all Rebar Parameters will return true. When set to false, the return value of Parameter::IsReadOnly() will not be affected.
public bool ReadOnlyParameters { get; set; }