SqlChangeMonitor::UniqueId Property

.NET Framework (current version)
 

Gets an identifier for a SqlChangeMonitor instance.

Namespace:   System.Runtime.Caching
Assembly:  System.Runtime.Caching (in System.Runtime.Caching.dll)

public:
property String^ UniqueId {
	virtual String^ get() override;
}

Property Value

Type: System::String^

An identifier for the change monitor.

The SqlChangeMonitor class generates a GUID for this property.

.NET Framework
Available since 4.0
Return to top
Show: