Skip to main content
A newer version of this page is available. .

ISupportNotifications.UniqueId Property

Gets the unique identifier of the current notification object.

Namespace: DevExpress.Persistent.Base.General

Assembly: DevExpress.Persistent.Base.v18.2.dll

Declaration

object UniqueId { get; }

Property Value

Type Description
Object

An object that identifies the current ISupportNotifications business object.

Remarks

Refer to the How to: Use Notifications with a Custom Business Class (Implement ISupportNotifications) example to see how to implement this property.

See Also