QuarantinedEvent..::..Uid Property

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public int Uid { get; set; }
Public Property Uid As Integer
	Get
	Set
public:
property int^ Uid {
	int^ get ();
	void set (int^ value);
}