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

Syntax

Visual Basic (Declaration)
ReadOnly Property DirectoryServerType As String
C#
string DirectoryServerType { get; }
C++
property string DirectoryServerType abstract  {
    String get();
}
J#
/** property */
public string get_DirectoryServerType();
JScript
public function get DirectoryServerType() : String

See Also