UserModelResourceViewer Property | |
Flag indicating whether the user is a resource viewer (can access resource views)
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> ResourceViewer { get; set; }
Public Property ResourceViewer As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> ResourceViewer {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member ResourceViewer : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also