Share via


Task.ShouldProcess method (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 _
) As Boolean
'Usage
Dim target As String
Dim returnValue As Boolean

returnValue = Me.ShouldProcess(target)
protected bool ShouldProcess(
    string target
)

Parameters

Return value

Type: System.Boolean

See also

Reference

Task class

Task members

ShouldProcess overload

Microsoft.Exchange.Configuration.Tasks namespace