AddAFAttribute.IsExcluded Property
- Last UpdatedDec 15, 2025
- 1 minute read
Set the new AF Attribute as excluded for the associated AF Element
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
[ParameterAttribute(HelpMessage = "AF Attribute excluded item")] [ValidateNotNullOrEmptyAttribute] public SwitchParameter IsExcluded { get; set; }
<ParameterAttribute(HelpMessage := "AF Attribute excluded item")> <ValidateNotNullOrEmptyAttribute> Public Property IsExcluded As SwitchParameter Get Set Dim instance As AddAFAttribute Dim value As SwitchParameter value = instance.IsExcluded instance.IsExcluded = value
public: [ParameterAttribute(HelpMessage = L"AF Attribute excluded item")] [ValidateNotNullOrEmptyAttribute] property SwitchParameter IsExcluded { SwitchParameter get (); void set (SwitchParameter value); }
[<ParameterAttribute(HelpMessage = "AF Attribute excluded item")>] [<ValidateNotNullOrEmptyAttribute>] member IsExcluded : SwitchParameter with get, set