| 
            
              AccessLogAccessGranted Property
             | 
          
        
        
            Access granted flag field.
            
        
        Namespace: GSF.Security.ModelAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.257-beta
Syntaxpublic bool AccessGranted { get; set; }Public Property AccessGranted As Boolean
	Get
	Set
public:
property bool AccessGranted {
	bool get ();
	void set (bool value);
}member AccessGranted : bool with get, set
function get_AccessGranted();
function set_AccessGranted(value);
 View SourceProperty Value
Boolean
See Also