UserModelLicensedSheetCreator Property | |
Gets the licensed sheet creator flag that allows creating and owning sheets.
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<bool> LicensedSheetCreator { get; set; }
Public Property LicensedSheetCreator As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> LicensedSheetCreator {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member LicensedSheetCreator : Nullable<bool> with get, set
Return Value
Type:
NullableBoolean the licensed sheet creator
See Also