SheetPublishReadOnlyLiteEnabled Property | |
Gets the read only lite enabled flag.
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> ReadOnlyLiteEnabled { get; set; }
Public Property ReadOnlyLiteEnabled As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> ReadOnlyLiteEnabled {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member ReadOnlyLiteEnabled : Nullable<bool> with get, set
Return Value
Type:
NullableBoolean the read only lite enabled flag
See Also