Task.WriteVerbose Method
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 void WriteVerbose(LocalizedString text) instead.")> _
Protected Sub WriteVerbose ( _
text As String _
)
'Usage
Dim text As String
Me.WriteVerbose(text)
[ObsoleteAttribute("Use void WriteVerbose(LocalizedString text) instead.")]
protected void WriteVerbose(
string text
)
Parameters
- text
Type: System.String