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

PI Powershell

AddAFEventFrame.IsRoot Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
AddAFEventFrame.IsRoot Property

Is the AF Event Frame owned by the AF Database

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

Syntax

[ParameterAttribute(Mandatory = false, HelpMessage = "Is Event Frame Attached to the Root")]
[ValidateNotNullOrEmptyAttribute]
public bool IsRoot { get; set; }
<ParameterAttribute(Mandatory := false, HelpMessage := "Is Event Frame Attached to the Root")>
<ValidateNotNullOrEmptyAttribute>
Public Property IsRoot As Boolean
	Get
	Set

Dim instance As AddAFEventFrame
Dim value As Boolean

value = instance.IsRoot

instance.IsRoot = value
public:
[ParameterAttribute(Mandatory = false, HelpMessage = L"Is Event Frame Attached to the Root")]
[ValidateNotNullOrEmptyAttribute]
property bool IsRoot {
	bool get ();
	void set (bool value);
}
[<ParameterAttribute(Mandatory = false, HelpMessage = "Is Event Frame Attached to the Root")>]
[<ValidateNotNullOrEmptyAttribute>]
member IsRoot : bool with get, set

Property Value

Type: Boolean

See Also

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