Specifies an Integer32List object that contains the list of integer values that can be assigned to the property described by this PropertyDescriptionInteger32 object.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property PropertySelectionsInteger32 As IInteger32List
C#
IInteger32List PropertySelectionsInteger32 { get; }
Visual C++
property IInteger32List^ PropertySelectionsInteger32 {
	IInteger32List^ get ();
}
JavaScript
function get_propertySelectionsInteger32();

ToggleRemarks

ToggleSee Also