SetAFAttributeTemplate.IsHidden Property
- Last UpdatedDec 15, 2025
- 1 minute read
Set the AF Attribute Template as hidden to client applications
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
[ParameterAttribute(Position = 5, HelpMessage = "Is AF Attribute Template hidden item")] public bool IsHidden { get; set; }
<ParameterAttribute(Position := 5, HelpMessage := "Is AF Attribute Template hidden item")> Public Property IsHidden As Boolean Get Set Dim instance As SetAFAttributeTemplate Dim value As Boolean value = instance.IsHidden instance.IsHidden = value
public: [ParameterAttribute(Position = 5, HelpMessage = L"Is AF Attribute Template hidden item")] property bool IsHidden { bool get (); void set (bool value); }
[<ParameterAttribute(Position = 5, HelpMessage = "Is AF Attribute Template hidden item")>] member IsHidden : bool with get, set