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: 1.4.0.0 (1.4.53.0)
[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 string SelectedItemID { get; set; }
<ObsoleteAttribute("This property might be removed from future versions. Use the ObjectID property.")> _
Public Property SelectedItemID As String
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);
}
public:
[ObsoleteAttribute(L"This property might be removed from future versions. Use the ObjectID property.")]
property String^ SelectedItemID {
String^ get ();
void set (String^ value);
}
This property might be removed from future versions.
Use the
ObjectID property.