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


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

Syntax

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

Parameters

propertyName
A String specifying a property name.

Return Value

A Property object.

Exceptions

Exception TypeCondition
API_PROPERTY_NOT_IN_CACHE Thrown if the property cannot be found.

See Also