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)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property PropertySelectionsFloat64 As IFloat64List
C#
IFloat64List PropertySelectionsFloat64 { get; }
Visual C++
property IFloat64List^ PropertySelectionsFloat64 {
	IFloat64List^ get ();
}
JavaScript
function get_propertySelectionsFloat64();

ToggleRemarks

ToggleSee Also