SummaryFieldFormat Property | |
Gets the format descriptor
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 Format { get; set; }
Public Property Format As String
Get
Set
public:
property String^ Format {
String^ get ();
void set (String^ value);
}
member Format : string with get, set
Return Value
Type:
String the format
See Also