Returns a space-separated list of one or more property identifiers or a space-separated list of one or more property types that are specified by this FilterElement object.

Namespace:  FileNet.Api.Property
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Overridable Function GetValue As String
C#
public virtual string GetValue()
Visual C++
public:
virtual String^ GetValue()
JavaScript
function getValue();

Return Value

A String specifying the properties or type of properties.

ToggleSee Also