SmartArtNode.ParentNode Property

Definition

Returns the parent SmartArtNode of this SmartArtNode.

public:
 property Microsoft::Office::Core::SmartArtNode ^ ParentNode { Microsoft::Office::Core::SmartArtNode ^ get(); };
public Microsoft.Office.Core.SmartArtNode ParentNode { get; }
member this.ParentNode : Microsoft.Office.Core.SmartArtNode
Public ReadOnly Property ParentNode As SmartArtNode

Property Value

Remarks

Read-only. If this node is the root node, an error is returned.

Applies to