DataScriptAttribute.Permission property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Permission key required to access this data 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