Interface IUniqueId
Minimal interface that enables any type (specially reference type) to expose a Guid.
Namespace: CK.Core
Assembly: CK.ActivityMonitor.dll
Syntax
public interface IUniqueId
Properties
| Improve this Doc View SourceUniqueId
Gets the unique identifier associated to this object.
Declaration
Guid UniqueId { get; }
Property Value
| Type | Description |
|---|---|
| Guid |