Share via


_RuleAction.Parent Property

Returns the parent Object of the specified object. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
ReadOnly Property Parent As Object
    Get
'Usage
Dim instance As _RuleAction
Dim value As Object

value = instance.Parent
Object Parent { get; }

Property Value

Type: System.Object

Remarks

The parent of the RuleAction object is the RuleActions object.

See Also

Reference

_RuleAction Interface

_RuleAction Members

Microsoft.Office.Interop.Outlook Namespace