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)

Syntax

Visual Basic (Declaration)
Public Overridable Function GetValue() As String
C#
public virtual string GetValue()
C++
public:
 virtual String GetValue()
J#
public virtual string GetValue()
JScript
public virtual  function GetValue() : String

Return Value

A String specifying the properties or type of properties.

See Also