Locates a PropertyId property by name in this Properties
collection and returns the value it holds.
Namespace:
FileNet.Api.Property
Assembly:
FileNet.Api (in FileNet.Api.dll)
| Visual Basic (Declaration) |
|---|
Function GetIdValue ( _
propertyName As String _
) As Id |
| C# |
|---|
Id GetIdValue(
string propertyName
) |
| Visual C++ |
|---|
Id^ GetIdValue(
String^ propertyName
) |
| JavaScript |
|---|
function getIdValue(propertyName); |
Parameters
- propertyName
- Type: System..::.String
A String specifying a property name.
Return Value
An
Id array specifying the value of the property.