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