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
- target
Type: System.String
Return value
Type: System.Boolean