GraphNode.HasParentGroups Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return true if this node is contained in one or more GraphGroups.
public:
property bool HasParentGroups { bool get(); };
public bool HasParentGroups { get; }
member this.HasParentGroups : bool
Public ReadOnly Property HasParentGroups As Boolean