ServiceAuthorizeAttribute.Override property

namespace: Serenity.Services   assemblySerenity.Net.Web

Should this attribute override the controller level attribute if any. The default is true.

public bool Override { get; set; }

See Also