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 (25.3.0.1000)
Syntaxpublic 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: 
TId
See Also