ShareId Property | |
Share ID, unlike other Smartsheet object ids, this id is an alphanumeric string.
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 string Id { get; set; }
Public Property Id As String
Get
Set
public:
property String^ Id {
String^ get ();
void set (String^ value);
}
member Id : string with get, set
Property Value
Type:
StringSee Also