RasDialer.CallbackId Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets the application defined callback id.

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

Syntax

C#
public IntPtr CallbackId { get; set; }
Visual Basic
Public Property CallbackId As IntPtr
	Get
	Set
Visual C++
public:
property IntPtr CallbackId {
	IntPtr get ();
	void set (IntPtr value);
}
F#
member CallbackId : IntPtr with get, set

Property Value

Type: IntPtr

See Also