Returns the
object specified by name in this
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
specifying a property name.String
Return Value
A
object.
Exceptions
Exception Type | Condition |
---|---|
API_PROPERTY_NOT_IN_CACHE | Thrown if the property cannot be found. |