Search Results for

    Show / Hide Table of Contents

    Location property

    Name

    Sdl.MultiTerm.TMO.Interop.TermbaseRepository.Location — Sets/returns the location of a termbase server.

    Type

    String (read / write)

    Index Parameters

    none

    Description

    The location of a MultiTerm server corresponds to the name (or IP address) of the server machine. This parameter is required, so that the client application 'knows' to which server a connection should be established.

    Examples:

    
    .Location = "http://serv0234"
    

    or

    .Location = "http://www.multiterm.com"
    

    or

    .Location = "http://216.116.51.53"
    

    For the local repository, this property contains the name of the local machine and is not used internally.

    Sample

    TermbaseRepository oServRep = oMt.ServerRepository;
    oServRep.Location = "http://ServerName";
    oServRep.Connect("username", "password");
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX