SheetPublishPublishStatusBuilderReadWriteEnabled Property | |
Gets the read write enabled.
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> ReadWriteEnabled { get; }
Public ReadOnly Property ReadWriteEnabled As Nullable(Of Boolean)
Get
public:
property Nullable<bool> ReadWriteEnabled {
Nullable<bool> get ();
}
member ReadWriteEnabled : Nullable<bool> with get
Return Value
Type:
NullableBoolean the read write enabled
See Also