VJournalCollectionItem(String) Property
Collection indexer
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public VJournal this[
string uniqueId
] { get; set; }
Public Default Property Item (
uniqueId As String
) As VJournal
Get
Set
public:
property VJournal^ default[String^ uniqueId] {
VJournal^ get (String^ uniqueId);
void set (String^ uniqueId, VJournal^ value);
}
member Item : VJournal with get, set
- uniqueId String
- The unique ID of the item to get or set. When retrieving an item, null is
returned if it does not exist in the collection.
VJournal ArgumentException | This is thrown if an attempt is made to set an item using a
unique ID that does not exist in the collection. |