TheServiceHostInfo..::..IgnoreAdminCheck Property
 
    Note: This API is now obsolete.
  
Assembly: C-DEngine (in C-DEngine.dll)
            
   If this is not set, the node will not start if it was not launched with Administrator Previledges
   
    Namespace: 
   nsCDEngine.ViewModelsAssembly: C-DEngine (in C-DEngine.dll)
Syntax
[ObsoleteAttribute] public bool IgnoreAdminCheck { get; set; }
<ObsoleteAttribute> _ Public Property IgnoreAdminCheck As Boolean Get Set
[ObsoleteAttribute] public: property bool^ IgnoreAdminCheck { bool^ get (); void set (bool^ value); }