SetAFAttributeTemplate.IsIndexed Property
- Last UpdatedDec 15, 2025
- 1 minute read
Set the AF Attribute Template as indexed
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
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