DeleteItemResultItemId Property |
Gets the ID of the item that was deleted.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public Guid ItemId { get; set; }
Public Property ItemId As Guid
Get
Set
public:
property Guid ItemId {
Guid get ();
void set (Guid value);
}
member ItemId : Guid with get, set
Property Value
Type:
GuidThe ID of the item that was deleted.
See Also