Click or drag to resize
BCObjectBrowserDialogSelection Property

Note: This API is now obsolete.

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: 4.0.0.0 (4.0.19.0)
Syntax
[ObsoleteAttribute("This property is deprecated. Use the "ObjectIDs" property of the proper dialog box.", 
	true)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public string[] Selection { get; }

Property Value

Type: String
Remarks
This property is deprecated. Use the ObjectIDs property of the proper dialog box.
See Also