BCObjectBrowserDialogSelection Property |
Note: This API is now obsolete.
Gets the array of ID property values of selected objects.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.01.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("This property is deprecated. Use the "ObjectIDs" property of the proper dialog box.",
true)]
public string[] Selection { get; }
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("This property is deprecated. Use the "ObjectIDs" property of the proper dialog box.",
true)>
Public ReadOnly Property Selection As String()
Get
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"This property is deprecated. Use the "ObjectIDs" property of the proper dialog box.",
true)]
property array<String^>^ Selection {
array<String^>^ get ();
}
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("This property is deprecated. Use the "ObjectIDs" property of the proper dialog box.",
true)>]
member Selection : string[] with get
Property Value
Type:
String
Remarks
This property is deprecated. Use the ObjectIDs property of the proper dialog box.
See Also