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