| 
            
              ModelControllerTHasParent Property 
             | 
          
        
          
    Namespace: 
   GSF.Web.Model
    Assembly:
   GSF.Web (in GSF.Web.dll) Version: 2.3.455-beta
Syntaxprotected bool HasParent { get; set; }Protected Property HasParent As Boolean
	Get
	Set
protected:
property bool HasParent {
	bool get ();
	void set (bool value);
}member HasParent : bool with get, set
function get_HasParent();
function set_HasParent(value);
 Request Example
		View SourceProperty Value
Type: 
Boolean
See Also