GraphLink.IsContainment 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.
Get whether this link is a Containment link or not (has the property IsContainment=true).
public:
property bool IsContainment { bool get(); };
public bool IsContainment { get; }
member this.IsContainment : bool
Public ReadOnly Property IsContainment As Boolean