| 
            
              UserAccountControlIsCurrentProcessElevated Property
             | 
          
        
        
             Returns true if the current process is elevated, i.e. if the process went through an elevation consent phase.
             
        
        Namespace: GSF.IdentityAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxpublic static bool IsCurrentProcessElevated { get; }Public Shared ReadOnly Property IsCurrentProcessElevated As Boolean
	Get
public:
static property bool IsCurrentProcessElevated {
	bool get ();
}static member IsCurrentProcessElevated : bool with get
GSF.Identity.UserAccountControl.get_IsCurrentProcessElevated = function();
 View SourceProperty Value
Boolean
Remarks
             This property will return false if UAC is disabled and the process is running as admin.  It only determines whether the process
             went through the elevation procedure.
             
See Also