RowUpdateRowBuilderGetLocked Method | |
Gets whether row is locked.
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> GetLocked()
Public Function GetLocked As Nullable(Of Boolean)
public:
Nullable<bool> GetLocked()
member GetLocked : unit -> Nullable<bool>
Return Value
Type:
NullableBoolean the locked
See Also