Share via


Task.ShouldProcess method (String, String, String)

Namespace:  Microsoft.Exchange.Configuration.Tasks
Assembly:  Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)

Syntax

'Declaration
Protected Function ShouldProcess ( _
    target As String, _
    action As String, _
    caption As String _
) As Boolean
'Usage
Dim target As String
Dim action As String
Dim caption As String
Dim returnValue As Boolean

returnValue = Me.ShouldProcess(target, _
    action, caption)
protected bool ShouldProcess(
    string target,
    string action,
    string caption
)

Parameters

Return value

Type: System.Boolean

See also

Reference

Task class

Task members

ShouldProcess overload

Microsoft.Exchange.Configuration.Tasks namespace