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

PI Powershell

RemoveAFCategory.ID Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
RemoveAFCategory.ID Property

ID of the AF Category 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, Mandatory = true, ValueFromPipeline = false, 
	ParameterSetName = "ID", HelpMessage = "Category ID")]
[ValidateNotNullOrEmptyAttribute]
public Guid ID { get; set; }
<ParameterAttribute(Position := 0, Mandatory := true, ValueFromPipeline := false, 
	ParameterSetName := "ID", HelpMessage := "Category ID")>
<ValidateNotNullOrEmptyAttribute>
Public Property ID As Guid
	Get
	Set

Dim instance As RemoveAFCategory
Dim value As Guid

value = instance.ID

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

Property Value

Type: Guid

See Also

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