Click or drag to resize

ColumnLockedForUser Property

Flag indicating whether the column is locked for the requesting user. This attribute may be present in a response, but cannot be specified in a request.

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public Nullable<bool> LockedForUser { get; set; }

Property Value

Type: NullableBoolean
See Also