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

PI Powershell

SetAFAttributeTemplate.IsHidden Property

  • Last UpdatedDec 15, 2025
  • 1 minute read
SetAFAttributeTemplate.IsHidden Property

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

Property Value

Type: Boolean

See Also

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