IErrorHandler.SetSourceName

The SetSourceName method sets the name of the source file whose compilation produced the errors.

Syntax

  Copy imageCopy Code
public void SetSourceName(
  String sourceName
);

Syntax

  Copy imageCopy Code
Public Sub SetSourceName( _
  ByVal sourceName As String _
)
Implements IErrorHandler.SetSourceName

Parameters

sourceName

Specifies the name of the source file.

Return Values

This method has no return values.

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also

Concepts