GetPIMessage.Source3 Property
- Last UpdatedDec 15, 2025
- 2 minute read
Source3 mask 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 = 9, ParameterSetName = "Remote", Mandatory = false, HelpMessage = "Source3")] [ParameterAttribute(Position = 9, ParameterSetName = "Local", Mandatory = false, HelpMessage = "Source3")] [ValidateNotNullOrEmptyAttribute] public string Source3 { get; set; }
<ParameterAttribute(Position := 9, ParameterSetName := "Remote", Mandatory := false, HelpMessage := "Source3")> <ParameterAttribute(Position := 9, ParameterSetName := "Local", Mandatory := false, HelpMessage := "Source3")> <ValidateNotNullOrEmptyAttribute> Public Property Source3 As String Get Set Dim instance As GetPIMessage Dim value As String value = instance.Source3 instance.Source3 = value
public: [ParameterAttribute(Position = 9, ParameterSetName = L"Remote", Mandatory = false, HelpMessage = L"Source3")] [ParameterAttribute(Position = 9, ParameterSetName = L"Local", Mandatory = false, HelpMessage = L"Source3")] [ValidateNotNullOrEmptyAttribute] property String^ Source3 { String^ get (); void set (String^ value); }
[<ParameterAttribute(Position = 9, ParameterSetName = "Remote", Mandatory = false, HelpMessage = "Source3")>] [<ParameterAttribute(Position = 9, ParameterSetName = "Local", Mandatory = false, HelpMessage = "Source3")>] [<ValidateNotNullOrEmptyAttribute>] member Source3 : string with get, set