UseOfficeProcessesID Property |
Gets the list with ID of all processes which were started by UseOffice .Net.
Namespace: SautinSoftAssembly: UseOffice (in UseOffice.dll) Version: 2024.12.12
Syntax public List<int> ProcessesID { get; set; }
Public Property ProcessesID As List(Of Integer)
Get
Set
Property Value
ListInt32Remarks Even if the process is closed now, it will be persist this list because it was started by our UseOffice .Net.
See Also