TransferItemBaseTIdItemId Property |
Gets or sets the ID of the item.
Namespace: Dundas.BI.TransferAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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
TId
See Also