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)
Visual Basic (Declaration) |
---|
<ObsoleteAttribute("As of release 5.2.0.")> _
Property VerityMasterAdminServerHostname As String |
C# |
---|
[ObsoleteAttribute("As of release 5.2.0.")]
string VerityMasterAdminServerHostname { get; set; } |
Visual C++ |
---|
[ObsoleteAttribute(L"As of release 5.2.0.")]
property String^ VerityMasterAdminServerHostname {
String^ get ();
void set (String^ value);
} |
JavaScript |
---|
function get_verityMasterAdminServerHostname();
function set_verityMasterAdminServerHostname(value); |