Share via


RulePresentationObjectBase.Validate method

Namespace:  Microsoft.Exchange.MessagingPolicies.Rules.Tasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public MustOverride Function Validate As ValidationError()
'Usage
Dim instance As RulePresentationObjectBase
Dim returnValue As ValidationError()

returnValue = instance.Validate()
public abstract ValidationError[] Validate()

Return value

Type: []

Implements

IConfigurable.Validate()

See also

Reference

RulePresentationObjectBase class

RulePresentationObjectBase members

Microsoft.Exchange.MessagingPolicies.Rules.Tasks namespace