Specifies a StringList object that contains the list of string values that can be assigned to the property described by this PropertyDescriptionString object.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property PropertySelectionsString As IStringList
C#
IStringList PropertySelectionsString { get; }
C++
property IStringList PropertySelectionsString abstract  {
    IStringList get();
}
J#
/** property */
public IStringList get_PropertySelectionsString();
JScript
public function get PropertySelectionsString() : IStringList

Remarks

See Also