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

PI Powershell

GetPIMessage.ProcessHost Property

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

Hostname of the machine running the process that issued the message 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 = 16, ParameterSetName = "Remote", Mandatory = false, 
	HelpMessage = "ProcessHost")]
[ParameterAttribute(Position = 16, ParameterSetName = "Local", Mandatory = false, 
	HelpMessage = "ProcessHost")]
public string ProcessHost { get; set; }
<ParameterAttribute(Position := 16, ParameterSetName := "Remote", Mandatory := false, 
	HelpMessage := "ProcessHost")>
<ParameterAttribute(Position := 16, ParameterSetName := "Local", Mandatory := false, 
	HelpMessage := "ProcessHost")>
Public Property ProcessHost As String
	Get
	Set

Dim instance As GetPIMessage
Dim value As String

value = instance.ProcessHost

instance.ProcessHost = value
public:
[ParameterAttribute(Position = 16, ParameterSetName = L"Remote", Mandatory = false, 
	HelpMessage = L"ProcessHost")]
[ParameterAttribute(Position = 16, ParameterSetName = L"Local", Mandatory = false, 
	HelpMessage = L"ProcessHost")]
property String^ ProcessHost {
	String^ get ();
	void set (String^ value);
}
[<ParameterAttribute(Position = 16, ParameterSetName = "Remote", Mandatory = false, 
	HelpMessage = "ProcessHost")>]
[<ParameterAttribute(Position = 16, ParameterSetName = "Local", Mandatory = false, 
	HelpMessage = "ProcessHost")>]
member ProcessHost : string with get, set

Property Value

Type: String

See Also

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