The name of the Verity administration server used to create Verity collections. This master administration server will be contacted by Content Engine servers for all requests to create a Verity collection.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Property VerityMasterAdminServerHostname As String
C#
string VerityMasterAdminServerHostname { get; set; }
C++
property string VerityMasterAdminServerHostname abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_VerityMasterAdminServerHostname();

/** property */
public void set_VerityMasterAdminServerHostname(string value);
JScript
public function get VerityMasterAdminServerHostname() : String

public function set VerityMasterAdminServerHostname(value : String);

Remarks

See Also