Gets the array of ID property values of selected objects.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
[ObsoleteAttribute("This property is deprecated. Use the "ObjectIDs" property of the proper dialog box.", 
	true)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public string[] Selection { get; }
Visual Basic
<ObsoleteAttribute("This property is deprecated. Use the "ObjectIDs" property of the proper dialog box.",  _
	True)> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public ReadOnly Property Selection As String()
	Get
Visual C++
[ObsoleteAttribute(L"This property is deprecated. Use the "ObjectIDs" property of the proper dialog box.", 
	true)]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
property array<String^>^ Selection {
	array<String^>^ get ();
}

Remarks

This property is deprecated. Use the ObjectIDs property of the proper dialog box.

See Also