IProcessDataInfoHandle Property |
Win32_Process: Process identifier.
Namespace:
Xcalibur.Models.Processes
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax string Handle { get; set; }
Property Handle As String
Get
Set
property String^ Handle {
String^ get ();
void set (String^ value);
}
abstract Handle : string with get, set
Property Value
Type:
String
The handle.
See Also