GraphLink.IsChildLink 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 the source of the link is a group and the target of this link is a child of that group and this link has IsContainment=true.
public:
property bool IsChildLink { bool get(); };
public bool IsChildLink { get; }
member this.IsChildLink : bool
Public ReadOnly Property IsChildLink As Boolean