SetAFEventFrame.IsRoot Property
- Last UpdatedDec 15, 2025
- 2 minute read
Is the AF Event Frame owned by the AF Database
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
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 SetAFEventFrame 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