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)
public string SelectionID { get; private set; }
public string SelectionID { get; private set; }
Public Property SelectionID As String
Get
Private Set
Public Property SelectionID As String
Get
Private Set
public:
property String^ SelectionID {
String^ get ();
private: void set (String^ value);
}
public:
property String^ SelectionID {
String^ get ();
private: void set (String^ value);
}
The object might be either
a document (
BCDocument),
or a static collection (
BCSelection),
or a dynamic collection (
BCGlobalSearchQuery)
or a stored search (
BCStoredSearchQuery).