|
EndpointProcessId Property |
Gets the process identifier.
Namespace: Xcalibur.NativeMethods.V2.NetworkingAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax public int ProcessId { get; }
Public ReadOnly Property ProcessId As Integer
Get
public:
property int ProcessId {
int get ();
}
member ProcessId : int with get
Property Value
Int32
The process identifier.
See Also