_SolutionsModule.Parent Property
Returns the parent Object (object in C#) of the specified SolutionsModule object. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property Parent As Object
Get
'Usage
Dim instance As _SolutionsModule
Dim value As Object
value = instance.Parent
[DispIdAttribute()]
Object Parent { get; }
Property Value
Type: System.Object
Remarks
The parent of a SolutionsModule object returns a NavigationPane object.