Specifies a Float64List object that contains the list of Double (Float64) values that can be assigned to the property described by this PropertyDescriptionFloat64 object.


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

Syntax

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

Remarks

See Also