Specifies a BinaryList object that contains the list of binary values that can be assigned to the property described by this PropertyDescriptionBinary object.


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

Syntax

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

Remarks

See Also