Task.ShouldProcess Method (String)
NOTE: This API is now obsolete.
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use ShouldContinue(LocalizedString message) instead.")> _
Protected Function ShouldProcess ( _
target As String _
) As Boolean
'Usage
Dim target As String
Dim returnValue As Boolean
returnValue = Me.ShouldProcess(target)
[ObsoleteAttribute("Use ShouldContinue(LocalizedString message) instead.")]
protected bool ShouldProcess(
string target
)
Parameters
- target
Type: System.String
Return Value
Type: System.Boolean