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

PI Powershell

AddAFAttribute.IsExcluded Property

  • Last UpdatedDec 15, 2025
  • 1 minute read
AddAFAttribute.IsExcluded Property

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

Property Value

Type: SwitchParameter

See Also

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