BCObjectBrowserDialogSelectedItemID Property |
Note: This API is now obsolete.
Gets or sets the ID property value of the object selected in the dialog box.
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 might be removed from future versions. Use the ObjectID property.")]
public string SelectedItemID { get; set; }
<ObsoleteAttribute("This property might be removed from future versions. Use the ObjectID property.")>
Public Property SelectedItemID As String
Get
Set
Property Value
Type:
StringRemarks
This property might be removed from future versions.
Use the
ObjectID property.
See Also