Click or drag to resize

AutomationRuleModifiedBy Property

Gets the user who made the last modification to 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 User ModifiedBy { get; set; }

Return Value

Type: User
the user
See Also