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