PropertyItem.InsertPermission property
Gets or sets the insert permission. If user doesn't have this permission, field won't be serialized back in new record forms and it will be readonly.
public string? InsertPermission { get; set; }
Property Value
The insert permission.
See Also
- class PropertyItem