_SolutionsModule.Parent Property

Definition

Returns the parent Object (object in C#) of the specified SolutionsModule object. Read-only.

public:
 property System::Object ^ Parent { System::Object ^ get(); };
public object Parent { get; }
Public ReadOnly Property Parent As Object

Property Value

Remarks

The parent of a SolutionsModule object returns a NavigationPane object.

Applies to