RemovePIDigitalStateFromStateSet.StateName Property
- Last UpdatedDec 15, 2025
- 2 minute read
State name of the PI Digital State to remove
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
[ParameterAttribute(Position = 0, ParameterSetName = "ByName", Mandatory = true, HelpMessage = "PI Digital State Name")] [ValidateNotNullOrEmptyAttribute] public string StateName { get; set; }
<ParameterAttribute(Position := 0, ParameterSetName := "ByName", Mandatory := true, HelpMessage := "PI Digital State Name")> <ValidateNotNullOrEmptyAttribute> Public Property StateName As String Get Set Dim instance As RemovePIDigitalStateFromStateSet Dim value As String value = instance.StateName instance.StateName = value
public: [ParameterAttribute(Position = 0, ParameterSetName = L"ByName", Mandatory = true, HelpMessage = L"PI Digital State Name")] [ValidateNotNullOrEmptyAttribute] property String^ StateName { String^ get (); void set (String^ value); }
[<ParameterAttribute(Position = 0, ParameterSetName = "ByName", Mandatory = true, HelpMessage = "PI Digital State Name")>] [<ValidateNotNullOrEmptyAttribute>] member StateName : string with get, set