| 
            
              AuthorizeControllerRoleAttributeSecurityExceptionViewName Property
             | 
          
        
        
            Gets or sets view name to show for security exceptions.
            
        
        Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
Syntaxpublic string SecurityExceptionViewName { get; set; }Public Property SecurityExceptionViewName As String
	Get
	Set
public:
property String^ SecurityExceptionViewName {
	String^ get ();
	void set (String^ value);
}member SecurityExceptionViewName : string with get, set
function get_SecurityExceptionViewName();
function set_SecurityExceptionViewName(value);
 View SourceProperty Value
String
See Also