UserModelGroupAdmin Property | |
Flag indicating whether the user is a group admin (can create and edit groups)
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> GroupAdmin { get; set; }
Public Property GroupAdmin As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> GroupAdmin {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member GroupAdmin : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also