Gets a single row of properties from the repository database.

All properties returned will have the names as specified in the SQL statement used for the query. Any properties that are not defined in a particular repository, will be returned with Null values.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property Properties As IProperties
C#
IProperties Properties { get; }
C++
property IProperties Properties abstract  {
    IProperties get();
}
J#
/** property */
public IProperties get_Properties();
JScript
public function get Properties() : IProperties

Property Value

A Properties collection object containing a row of properties

See Also