EventResultMoreAvailable Property | |
Returns if more events are available for retrieval
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> MoreAvailable { get; set; }
Public Property MoreAvailable As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> MoreAvailable {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member MoreAvailable : Nullable<bool> with get, set
Return Value
Type:
NullableBooleantrue if more events are available, false otherwise
See Also