TransferItemBaseTIdItemId Property |
Gets or sets the ID of the item.
Namespace:
Dundas.BI.Transfer
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public TId ItemId { get; protected set; }
Public Property ItemId As TId
Get
Protected Set
public:
property TId ItemId {
TId get ();
protected: void set (TId value);
}
member ItemId : 'TId with get, set
Property Value
Type:
TIdSee Also