Share via


BaseRequiredChildOfValidator.RequiredParentType property

A read-only property that returns the type of the parent object for the child object on which this validator is operating on.

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
Protected MustOverride ReadOnly Property RequiredParentType As Type
    Get
'Usage
Dim value As Type

value = Me.RequiredParentType
protected abstract Type RequiredParentType { get; }

Property value

Type: System.Type
Returns Type.

See also

Reference

BaseRequiredChildOfValidator class

BaseRequiredChildOfValidator members

Microsoft.Office.Workflow.Actions namespace