Returns the Property object specified by name in this Properties collection.

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

ToggleSyntax

Visual Basic (Declaration)
Function GetProperty ( _
	propertyName As String _
) As IProperty
C#
IProperty GetProperty(
	string propertyName
)
Visual C++
IProperty^ GetProperty(
	String^ propertyName
)
JavaScript
function getProperty(propertyName);

Parameters

propertyName
Type: System..::.String
A String specifying a property name.

Return Value

A Property object.

ToggleExceptions

ExceptionCondition
ExceptionCode..::.API_PROPERTY_NOT_IN_CACHE Thrown if the property cannot be found.

ToggleSee Also