Locates a PropertyStringList 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 GetStringListValue ( _
propertyName As String _
) As IStringList |
| C# |
|---|
IStringList GetStringListValue(
string propertyName
) |
| Visual C++ |
|---|
IStringList^ GetStringListValue(
String^ propertyName
) |
| JavaScript |
|---|
function getStringListValue(propertyName); |
Parameters
- propertyName
- Type: System..::.String
A String specifying a property name.
Return Value
A
StringList collection specifying the value of the property.