Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 492 Bytes

File metadata and controls

12 lines (8 loc) · 492 Bytes

LookupScriptAttribute.Permission property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Permission key required to access this lookup script. Use special value "?" for all logged-in users. Use special value "*" for anyone including not logged-in users.

public string Permission { get; set; }

See Also