ShortcutDataItemLabel Property | |
Label for the data point.
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 Label { get; set; }
Public Property Label As String
Get
Set
public:
property String^ Label {
String^ get ();
void set (String^ value);
}
member Label : string with get, set
Return Value
Type:
String the label
See Also