GetPIMessage.ProcessHost Property
- Last UpdatedDec 15, 2025
- 2 minute read
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