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

PI Powershell

GetPIDigitalStateSet.Id Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
GetPIDigitalStateSet.Id Property

ID of the PI Digital State Set to get

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, ParameterSetName = "ById", 
	HelpMessage = "Digital state set id")]
[ValidateNotNullOrEmptyAttribute]
public int Id { get; set; }
<ParameterAttribute(Position := 0, Mandatory := false, ParameterSetName := "ById", 
	HelpMessage := "Digital state set id")>
<ValidateNotNullOrEmptyAttribute>
Public Property Id As Integer
	Get
	Set

Dim instance As GetPIDigitalStateSet
Dim value As Integer

value = instance.Id

instance.Id = value
public:
[ParameterAttribute(Position = 0, Mandatory = false, ParameterSetName = L"ById", 
	HelpMessage = L"Digital state set id")]
[ValidateNotNullOrEmptyAttribute]
property int Id {
	int get ();
	void set (int value);
}
[<ParameterAttribute(Position = 0, Mandatory = false, ParameterSetName = "ById", 
	HelpMessage = "Digital state set id")>]
[<ValidateNotNullOrEmptyAttribute>]
member Id : int with get, set

Property Value

Type: Int32

See Also

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