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

PI Powershell

SetPlugInVerifyLevel.AFServer Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
SetPlugInVerifyLevel.AFServer Property

Instance of the AFServer

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)

Syntax

[ParameterAttribute(Position = 1, Mandatory = true, ValueFromPipeline = true, 
	HelpMessage = "AF Server")]
[ValidateNotNullOrEmptyAttribute]
public AFServer AFServer { get; set; }
<ParameterAttribute(Position := 1, Mandatory := true, ValueFromPipeline := true, 
	HelpMessage := "AF Server")>
<ValidateNotNullOrEmptyAttribute>
Public Property AFServer As AFServer
	Get
	Set

Dim instance As SetPlugInVerifyLevel
Dim value As AFServer

value = instance.AFServer

instance.AFServer = value
public:
[ParameterAttribute(Position = 1, Mandatory = true, ValueFromPipeline = true, 
	HelpMessage = L"AF Server")]
[ValidateNotNullOrEmptyAttribute]
property AFServer^ AFServer {
	AFServer^ get ();
	void set (AFServer^ value);
}
[<ParameterAttribute(Position = 1, Mandatory = true, ValueFromPipeline = true, 
	HelpMessage = "AF Server")>]
[<ValidateNotNullOrEmptyAttribute>]
member AFServer : AFServer with get, set

Property Value

Type: AFServer

See Also

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