Click or drag to resize

AutomationRuleUserCanModify Property

Gets a flag indicating whether the current user can modify this rule

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> UserCanModify { get; set; }

Return Value

Type: NullableBoolean
the flag
See Also