AppInstance.ProcessId Property

Definition

Gets the process ID of the app instance.

public:
 property unsigned int ProcessId { unsigned int get(); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
uint32_t ProcessId();
uint32_t ProcessId();
[Windows.Foundation.Metadata.Experimental]
public uint ProcessId { [Windows.Foundation.Metadata.Experimental] get; }
public uint ProcessId { get; }
var uInt32 = appInstance.processId;
Public ReadOnly Property ProcessId As UInteger

Property Value

UInt32

unsigned int

uint32_t

The process ID of the app instance.

Attributes

Applies to