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)

Syntax

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

Remarks

See Also