PropertyItem.UpdatePermission property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Gets or sets the update permission. If user doesn't have this permission, field won't be serialized back in edit record forms and it will be readonly.

public string UpdatePermission { get; set; }

Property Value

The update permission.

See Also