VSockEndPointContextId Property
Gets or sets the context ID identifying the destination.
Namespace: Ookii.VmSocketsAssembly: Ookii.VmSockets (in Ookii.VmSockets.dll) Version: 1.0.0+087207370c685ccfa01d10830e6db3af2770247a
public int ContextId { get; set; }
Public Property ContextId As Integer
Get
Set
public:
property int ContextId {
int get ();
void set (int value);
}
member ContextId : int with get, set
Property Value
Int32
A context ID referring to a specific partition, or one of the well known CID values defined
in the
ContextId class.