Smartsheet.Api.Models.Column.UpdateColumnBuilder.SetLocked C# (CSharp) Method

SetLocked() public method

Sets whether the column is locked.
public SetLocked ( bool locked ) : UpdateColumnBuilder
locked bool the flag
return UpdateColumnBuilder
            public virtual UpdateColumnBuilder SetLocked(bool locked)
            {
                this.locked = locked;
                return this;
            }