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 FindProperty ( _
	propertyName As String _
) As IProperty
C#
IProperty FindProperty(
	string propertyName
)
Visual C++
IProperty^ FindProperty(
	String^ propertyName
)
JavaScript
function findProperty(propertyName);

Parameters

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

Return Value

A Property object, or null if the property is not present.

ToggleSee Also