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

PI Powershell

SetPITuningParameter.Value Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
SetPITuningParameter.Value Property

Value of the PI Data Archive tuning parameter to set

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)

Syntax

[ParameterAttribute(Position = 1, Mandatory = true, HelpMessage = "Value of PI Tuning Parameter")]
[AllowEmptyStringAttribute]
public string Value { get; set; }
<ParameterAttribute(Position := 1, Mandatory := true, HelpMessage := "Value of PI Tuning Parameter")>
<AllowEmptyStringAttribute>
Public Property Value As String
	Get
	Set

Dim instance As SetPITuningParameter
Dim value As String

value = instance.Value

instance.Value = value
public:
[ParameterAttribute(Position = 1, Mandatory = true, HelpMessage = L"Value of PI Tuning Parameter")]
[AllowEmptyStringAttribute]
property String^ Value {
	String^ get ();
	void set (String^ value);
}
[<ParameterAttribute(Position = 1, Mandatory = true, HelpMessage = "Value of PI Tuning Parameter")>]
[<AllowEmptyStringAttribute>]
member Value : string with get, set

Property Value

Type: String

See Also

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