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

PI Powershell

SetPIPoint.Attributes Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
SetPIPoint.Attributes Property

The attributes to set on the existing PI Point. Use Get-Help Set-PIPoint -Examples to see usage.

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

Syntax

[ParameterAttribute(Position = 0, Mandatory = true, ParameterSetName = "PIPoint", 
	HelpMessage = "Attributes to edit")]
[ParameterAttribute(Position = 1, Mandatory = true, ParameterSetName = "PointName", 
	HelpMessage = "Attributes to edit")]
[ParameterAttribute(Position = 1, Mandatory = true, ParameterSetName = "PointID", 
	HelpMessage = "Attributes to edit")]
public Hashtable Attributes { get; set; }
<ParameterAttribute(Position := 0, Mandatory := true, ParameterSetName := "PIPoint", 
	HelpMessage := "Attributes to edit")>
<ParameterAttribute(Position := 1, Mandatory := true, ParameterSetName := "PointName", 
	HelpMessage := "Attributes to edit")>
<ParameterAttribute(Position := 1, Mandatory := true, ParameterSetName := "PointID", 
	HelpMessage := "Attributes to edit")>
Public Property Attributes As Hashtable
	Get
	Set

Dim instance As SetPIPoint
Dim value As Hashtable

value = instance.Attributes

instance.Attributes = value
public:
[ParameterAttribute(Position = 0, Mandatory = true, ParameterSetName = L"PIPoint", 
	HelpMessage = L"Attributes to edit")]
[ParameterAttribute(Position = 1, Mandatory = true, ParameterSetName = L"PointName", 
	HelpMessage = L"Attributes to edit")]
[ParameterAttribute(Position = 1, Mandatory = true, ParameterSetName = L"PointID", 
	HelpMessage = L"Attributes to edit")]
property Hashtable^ Attributes {
	Hashtable^ get ();
	void set (Hashtable^ value);
}
[<ParameterAttribute(Position = 0, Mandatory = true, ParameterSetName = "PIPoint", 
	HelpMessage = "Attributes to edit")>]
[<ParameterAttribute(Position = 1, Mandatory = true, ParameterSetName = "PointName", 
	HelpMessage = "Attributes to edit")>]
[<ParameterAttribute(Position = 1, Mandatory = true, ParameterSetName = "PointID", 
	HelpMessage = "Attributes to edit")>]
member Attributes : Hashtable with get, set

Property Value

Type: Hashtable

See Also

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