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

PI Powershell

RemoveAFServer.ID Property

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

GUID of the AF Server to remove from the local AF Servers list

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

Dim instance As RemoveAFServer
Dim value As Guid

value = instance.ID

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