Specifies a string that is used to group related properties together for display and sorting purposes.


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

Syntax

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

/** property */
public void set_PropertyDisplayCategory(string value);
JScript
public function get PropertyDisplayCategory() : String

public function set PropertyDisplayCategory(value : String);

Remarks

See Also