Returns the Property object specified by name in this
Properties collection.
Namespace:
FileNet.Api.PropertyAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetProperty ( _ propertyName As String _ ) As IProperty |
C# |
---|
IProperty GetProperty( string propertyName ) |
Visual C++ |
---|
IProperty^ GetProperty( String^ propertyName ) |
JavaScript |
---|
function getProperty(propertyName); |
Parameters
- propertyName
- Type: System..::.String
A String specifying a property name.
Return Value
A Property object.
Exceptions
Exception | Condition |
---|---|
ExceptionCode..::.API_PROPERTY_NOT_IN_CACHE | Thrown if the property cannot be found. |