Task.WriteDebug method (LocalizedString)
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'Declaration
Protected Sub WriteDebug ( _
text As LocalizedString _
)
'Usage
Dim text As LocalizedString
Me.WriteDebug(text)
protected void WriteDebug(
LocalizedString text
)