Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

PI Powershell

GetPIMessage.ProcessId Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
GetPIMessage.ProcessId Property

ProcessID of ProgramName to search for

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)

Syntax

[ParameterAttribute(Position = 17, ParameterSetName = "Remote", Mandatory = false, 
	HelpMessage = "ProcessId")]
[ParameterAttribute(Position = 17, ParameterSetName = "Local", Mandatory = false, 
	HelpMessage = "ProcessId")]
public uint ProcessId { get; set; }
<ParameterAttribute(Position := 17, ParameterSetName := "Remote", Mandatory := false, 
	HelpMessage := "ProcessId")>
<ParameterAttribute(Position := 17, ParameterSetName := "Local", Mandatory := false, 
	HelpMessage := "ProcessId")>
Public Property ProcessId As UInteger
	Get
	Set

Dim instance As GetPIMessage
Dim value As UInteger

value = instance.ProcessId

instance.ProcessId = value
public:
[ParameterAttribute(Position = 17, ParameterSetName = L"Remote", Mandatory = false, 
	HelpMessage = L"ProcessId")]
[ParameterAttribute(Position = 17, ParameterSetName = L"Local", Mandatory = false, 
	HelpMessage = L"ProcessId")]
property unsigned int ProcessId {
	unsigned int get ();
	void set (unsigned int value);
}
[<ParameterAttribute(Position = 17, ParameterSetName = "Remote", Mandatory = false, 
	HelpMessage = "ProcessId")>]
[<ParameterAttribute(Position = 17, ParameterSetName = "Local", Mandatory = false, 
	HelpMessage = "ProcessId")>]
member ProcessId : uint32 with get, set

Property Value

Type: UInt32

See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in