AutomationRuleAction Property | |
Gets the automation action for 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 AutomationAction Action { get; set; }
Public Property Action As AutomationAction
Get
Set
public:
property AutomationAction^ Action {
AutomationAction^ get ();
void set (AutomationAction^ value);
}
member Action : AutomationAction with get, set
Return Value
Type:
AutomationAction the automation action
See Also