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

PI Powershell

SetID.ID Property

  • Last UpdatedDec 15, 2025
  • 1 minute read
SetID.ID Property

New ID (Guid)

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

Syntax

[ParameterAttribute(Position = 0, Mandatory = false, HelpMessage = "New ID(Guid)")]
[ValidateNotNullOrEmptyAttribute]
public Guid ID { get; set; }
<ParameterAttribute(Position := 0, Mandatory := false, HelpMessage := "New ID(Guid)")>
<ValidateNotNullOrEmptyAttribute>
Public Property ID As Guid
	Get
	Set

Dim instance As SetID
Dim value As Guid

value = instance.ID

instance.ID = value
public:
[ParameterAttribute(Position = 0, Mandatory = false, HelpMessage = L"New ID(Guid)")]
[ValidateNotNullOrEmptyAttribute]
property Guid ID {
	Guid get ();
	void set (Guid value);
}
[<ParameterAttribute(Position = 0, Mandatory = false, HelpMessage = "New ID(Guid)")>]
[<ValidateNotNullOrEmptyAttribute>]
member ID : Guid with get, set

Property Value

Type: Guid

See Also

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