IdentifiableModelId Property | |
Gets the Id.
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 virtual Nullable<long> Id { get; set; }
Public Overridable Property Id As Nullable(Of Long)
Get
Set
public:
virtual property Nullable<long long> Id {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
abstract Id : Nullable<int64> with get, set
override Id : Nullable<int64> with get, set
Return Value
Type:
NullableInt64 the Id
See Also