EventAction Property | |
Gets the action associated with the event (EventAction enumeration)
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 EventAction Action { get; set; }
Public Property Action As EventAction
Get
Set
public:
property EventAction Action {
EventAction get ();
void set (EventAction value);
}
member Action : EventAction with get, set
Return Value
Type:
EventActionthe event action
See Also