EventSource Property | |
Gets the source of the event request (EventSource 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 EventSource Source { get; set; }
Public Property Source As EventSource
Get
Set
public:
property EventSource Source {
EventSource get ();
void set (EventSource value);
}
member Source : EventSource with get, set
Return Value
Type:
EventSourcethe event source
See Also