public bool? HasEditPermissions { get; set; }Public Property HasEditPermissions As Boolean?
Get
Setpublic:
property Nullable<bool> HasEditPermissions {
Nullable<bool> get ();
void set (Nullable<bool> value);
}member HasEditPermissions : Nullable<bool> with get, set