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
)
Return Value
Type: System.Boolean