RasConnection.CorrelationId Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the correlation id.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public Guid CorrelationId { get; }
Visual Basic
Public ReadOnly Property CorrelationId As Guid
	Get
Visual C++
public:
property Guid CorrelationId {
	Guid get ();
}
F#
member CorrelationId : Guid with get

Property Value

Type: Guid

Remarks

Windows Vista and later: This property is available.

See Also