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

PI Powershell

ExportAFXml.AFAttributes Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
ExportAFXml.AFAttributes Property

AF Attributes to export. If only one is to be exported, use the -AFObject parameter instead.

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)

Syntax

[ParameterAttribute(Position = 4, ParameterSetName = "AFAttributes", 
	Mandatory = true, ValueFromPipeline = true, HelpMessage = "AF Attributes collection to export")]
[ValidateNotNullOrEmptyAttribute]
public AFAttributes AFAttributes { get; set; }
<ParameterAttribute(Position := 4, ParameterSetName := "AFAttributes", 
	Mandatory := true, ValueFromPipeline := true, HelpMessage := "AF Attributes collection to export")>
<ValidateNotNullOrEmptyAttribute>
Public Property AFAttributes As AFAttributes
	Get
	Set

Dim instance As ExportAFXml
Dim value As AFAttributes

value = instance.AFAttributes

instance.AFAttributes = value
public:
[ParameterAttribute(Position = 4, ParameterSetName = L"AFAttributes", 
	Mandatory = true, ValueFromPipeline = true, HelpMessage = L"AF Attributes collection to export")]
[ValidateNotNullOrEmptyAttribute]
property AFAttributes^ AFAttributes {
	AFAttributes^ get ();
	void set (AFAttributes^ value);
}
[<ParameterAttribute(Position = 4, ParameterSetName = "AFAttributes", 
	Mandatory = true, ValueFromPipeline = true, HelpMessage = "AF Attributes collection to export")>]
[<ValidateNotNullOrEmptyAttribute>]
member AFAttributes : AFAttributes with get, set

Property Value

Type: AFAttributes

See Also

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