Returns whether this Properties collection holds a Property instance having the given property name (True) or not (False).

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

ToggleSyntax

Visual Basic (Declaration)
Function IsPropertyPresent ( _
	propertyName As String _
) As Boolean
C#
bool IsPropertyPresent(
	string propertyName
)
Visual C++
bool IsPropertyPresent(
	String^ propertyName
)
JavaScript
function isPropertyPresent(propertyName);

Parameters

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

Return Value

True if a property with the given name is found; otherwise, returns False.

ToggleSee Also