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

PI Powershell

RemoveAFDatabase.ID Property

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

GUID of the AF Database to remove from the specified AF Server

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)

Syntax

[ParameterAttribute(Position = 0, Mandatory = true, HelpMessage = "ID of AF Database", 
	ParameterSetName = "DatabaseId")]
[AliasAttribute(new string[] { ... })]
[ValidateNotNullOrEmptyAttribute]
public Guid ID { get; set; }
<ParameterAttribute(Position := 0, Mandatory := true, HelpMessage := "ID of AF Database", 
	ParameterSetName := "DatabaseId")>
<AliasAttribute(New String() { ... })>
<ValidateNotNullOrEmptyAttribute>
Public Property ID As Guid
	Get
	Set

Dim instance As RemoveAFDatabase
Dim value As Guid

value = instance.ID

instance.ID = value
public:
[ParameterAttribute(Position = 0, Mandatory = true, HelpMessage = L"ID of AF Database", 
	ParameterSetName = L"DatabaseId")]
[AliasAttribute(__gc new array<String^>^ { ... })]
[ValidateNotNullOrEmptyAttribute]
property Guid ID {
	Guid get ();
	void set (Guid value);
}
[<ParameterAttribute(Position = 0, Mandatory = true, HelpMessage = "ID of AF Database", 
	ParameterSetName = "DatabaseId")>]
[<AliasAttribute(new string[] { ... })>]
[<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