Task.WriteVerbose method
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
'Declaration
Protected Sub WriteVerbose ( _
text As String _
)
'Usage
Dim text As String
Me.WriteVerbose(text)
protected void WriteVerbose(
string text
)
- text
Type: System.String