Specifies the language of the output messages from the IBM® Content Manager OnDemand (CMOD) server associated with this fixed content device.


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

Syntax

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

/** property */
public void set_CMODLanguage(string value);
JScript
public function get CMODLanguage() : String

public function set CMODLanguage(value : String);

Remarks

See Also