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)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property Properties As IProperties
C#
IProperties Properties { get; }
Visual C++
property IProperties^ Properties {
	IProperties^ get ();
}
JavaScript
function get_properties();

Return Value

A Properties collection object containing a row of properties

ToggleSee Also