User-readable text that describes an object.

The text is not locale-specific to the retrieving user except for the following classes:

  • ClassDescription
  • PropertyDescription*
  • ClassDefinition
  • PropertyTemplate*
  • PropertyDefinition*

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

Syntax

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

Remarks

See Also