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)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property PropertySelectionsString As IStringList
C#
IStringList PropertySelectionsString { get; }
Visual C++
property IStringList^ PropertySelectionsString {
	IStringList^ get ();
}
JavaScript
function get_propertySelectionsString();

ToggleRemarks

ToggleSee Also