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.40.0)
Syntax
C# |
---|
[ObsoleteAttribute("This property might be removed from future versions. Use the ObjectID property.")] public string SelectedItemID { get; set; } |
Visual Basic |
---|
<ObsoleteAttribute("This property might be removed from future versions. Use the ObjectID property.")> _ Public Property SelectedItemID As String Get Set |
Visual C++ |
---|
[ObsoleteAttribute(L"This property might be removed from future versions. Use the ObjectID property.")] public: property String^ SelectedItemID { String^ get (); void set (String^ value); } |
Remarks
This property might be removed from future versions.
Use the ObjectID property.