DataAccessTask<TDataObject>.GetErrorMessageObjectNotFound Method
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'Declaration
Protected Function GetErrorMessageObjectNotFound ( _
id As String, _
type As String, _
source As String _
) As LocalizedString
'Usage
Dim id As String
Dim type As String
Dim source As String
Dim returnValue As LocalizedString
returnValue = Me.GetErrorMessageObjectNotFound(id, _
type, source)
protected LocalizedString GetErrorMessageObjectNotFound(
string id,
string type,
string source
)