DeleteItemResultItemId Property |
Gets the ID of the item that was deleted.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic Guid ItemId { get; init; }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
GuidThe ID of the item that was deleted.
See Also