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

PI Powershell

GetPIMessage.Source1 Property

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

Source1 mask to search for

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)

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

Property Value

Type: String

See Also

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