Returns whether this
collection holds a
instance having the given property name (
) or not (
).
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
specifying a property name.String
Return Value
if a property with the given name is found; otherwise, returns
.