AbstractSheetTRow, TColumn, TCellUserPermissions Property | |
A SheetUserPermissions object containing the sheet user permissions
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 SheetUserPermissions UserPermissions { get; set; }
Public Property UserPermissions As SheetUserPermissions
Get
Set
public:
property SheetUserPermissions^ UserPermissions {
SheetUserPermissions^ get ();
void set (SheetUserPermissions^ value);
}
member UserPermissions : SheetUserPermissions with get, set
Return Value
Type:
SheetUserPermissions the sheet user permissions
See Also