The server URI of the TM Server on which to create project translation memories. Should be of the form "http(s)://HOSTNAME:PORT".

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

Syntax

C#
public Setting<string> ServerConnectionUri { get; }
Visual Basic
Public ReadOnly Property ServerConnectionUri As Setting(Of String)
	Get
Visual C++
public:
property Setting<String^>^ ServerConnectionUri {
	Setting<String^>^ get ();
}

See Also