Constructor with a server-based termbase name.

Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core (in Sdl.ProjectAutomation.Core.dll) Version: 1.0.0.0 (1.2.3064.0)

Syntax

C#
public ServerTermbase(
	string name
)
Visual Basic
Public Sub New ( _
	name As String _
)
Visual C++
public:
ServerTermbase(
	String^ name
)

Parameters

name
Type: System..::..String
The name of the termbase. This name will be interpreted together with the TermbaseServerUri to identify the termbase to be used.

See Also