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)

Syntax

Visual Basic (Declaration)
Function IsPropertyPresent( _ 
   ByVal propertyName As String _ 
) As Boolean
C#
bool IsPropertyPresent(
   string propertyName
)
C++
bool IsPropertyPresent(
   String propertyName
) abstract 
J#
bool IsPropertyPresent(
   string propertyName
)
JScript
function IsPropertyPresent(
   propertyName : String
) : bool

Parameters

propertyName
A String specifying a property name.

Return Value

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

See Also