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

PI Powershell

FindAFEventFrame.AFSearchField Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
FindAFEventFrame.AFSearchField Property

Which fields of the AF Event Frames that are searched.

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

Syntax

[ParameterAttribute(Position = 1, Mandatory = false, ParameterSetName = "DatabaseQuery", 
	HelpMessage = "Which of the Event Frames properties are searched")]
[ValidateNotNullOrEmptyAttribute]
public AFSearchField AFSearchField { get; set; }
<ParameterAttribute(Position := 1, Mandatory := false, ParameterSetName := "DatabaseQuery", 
	HelpMessage := "Which of the Event Frames properties are searched")>
<ValidateNotNullOrEmptyAttribute>
Public Property AFSearchField As AFSearchField
	Get
	Set

Dim instance As FindAFEventFrame
Dim value As AFSearchField

value = instance.AFSearchField

instance.AFSearchField = value
public:
[ParameterAttribute(Position = 1, Mandatory = false, ParameterSetName = L"DatabaseQuery", 
	HelpMessage = L"Which of the Event Frames properties are searched")]
[ValidateNotNullOrEmptyAttribute]
property AFSearchField AFSearchField {
	AFSearchField get ();
	void set (AFSearchField value);
}
[<ParameterAttribute(Position = 1, Mandatory = false, ParameterSetName = "DatabaseQuery", 
	HelpMessage = "Which of the Event Frames properties are searched")>]
[<ValidateNotNullOrEmptyAttribute>]
member AFSearchField : AFSearchField with get, set

Property Value

Type: AFSearchField

See Also

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