|   | AuthenticationOptionsAnonymousResourceExpression Property | 
        
        
            Gets or sets the expression that will match paths for the resources on the web server
            that can be provided without checking credentials.
            
        
        Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic string AnonymousResourceExpression { get; set; }Public Property AnonymousResourceExpression As String
	Get
	Set
public:
property String^ AnonymousResourceExpression {
	String^ get ();
	void set (String^ value);
}member AnonymousResourceExpression : string with get, set
function get_AnonymousResourceExpression();
function set_AnonymousResourceExpression(value);
Property Value
String See Also
See Also