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.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.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
public:
[ObsoleteAttribute(L"This property might be removed from future versions. Use the ObjectID property.")]
property String^ SelectedItemID {
String^ get ();
void set (String^ value);
}
[<ObsoleteAttribute("This property might be removed from future versions. Use the ObjectID property.")>]
member SelectedItemID : string with get, set
Property Value
Type:
StringRemarks
This property might be removed from future versions.
Use the
ObjectID property.
See Also