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

PI Powershell

SetAFAttributeTemplate.IsIndexed Property

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

Set the AF Attribute Template as indexed

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

Syntax

[ParameterAttribute(Position = 7, HelpMessage = "Is AF Attribute Template indexed")]
public bool IsIndexed { get; set; }
<ParameterAttribute(Position := 7, HelpMessage := "Is AF Attribute Template indexed")>
Public Property IsIndexed As Boolean
	Get
	Set

Dim instance As SetAFAttributeTemplate
Dim value As Boolean

value = instance.IsIndexed

instance.IsIndexed = value
public:
[ParameterAttribute(Position = 7, HelpMessage = L"Is AF Attribute Template indexed")]
property bool IsIndexed {
	bool get ();
	void set (bool value);
}
[<ParameterAttribute(Position = 7, HelpMessage = "Is AF Attribute Template indexed")>]
member IsIndexed : bool with get, set

Property Value

Type: Boolean

See Also

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