Click or drag to resize

RequestResultTVersion Property

Gets the new Version of the sheet. It is only available on some operations..

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<int> Version { get; set; }

Property Value

Type: NullableInt32
The version.

Return Value

Type: NullableInt32
the Version
See Also