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

PI Powershell

AddPIPoint.Attributes Property

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

Attributes of PI Point or PI Points to use when creating. These are stored in an Attribute/Value pair.

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

Syntax

[ParameterAttribute(Position = 1, ParameterSetName = "SinglePoint", Mandatory = false, 
	HelpMessage = "Point Attributes")]
[ParameterAttribute(Position = 1, ParameterSetName = "MultiplePointsSameAttributes", 
	Mandatory = false, HelpMessage = "Point Attributes")]
[ValidateNotNullOrEmptyAttribute]
public Hashtable Attributes { get; set; }
<ParameterAttribute(Position := 1, ParameterSetName := "SinglePoint", 
	Mandatory := false, HelpMessage := "Point Attributes")>
<ParameterAttribute(Position := 1, ParameterSetName := "MultiplePointsSameAttributes", 
	Mandatory := false, HelpMessage := "Point Attributes")>
<ValidateNotNullOrEmptyAttribute>
Public Property Attributes As Hashtable
	Get
	Set

Dim instance As AddPIPoint
Dim value As Hashtable

value = instance.Attributes

instance.Attributes = value
public:
[ParameterAttribute(Position = 1, ParameterSetName = L"SinglePoint", 
	Mandatory = false, HelpMessage = L"Point Attributes")]
[ParameterAttribute(Position = 1, ParameterSetName = L"MultiplePointsSameAttributes", 
	Mandatory = false, HelpMessage = L"Point Attributes")]
[ValidateNotNullOrEmptyAttribute]
property Hashtable^ Attributes {
	Hashtable^ get ();
	void set (Hashtable^ value);
}
[<ParameterAttribute(Position = 1, ParameterSetName = "SinglePoint", 
	Mandatory = false, HelpMessage = "Point Attributes")>]
[<ParameterAttribute(Position = 1, ParameterSetName = "MultiplePointsSameAttributes", 
	Mandatory = false, HelpMessage = "Point Attributes")>]
[<ValidateNotNullOrEmptyAttribute>]
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