ExportAFXml.AFAttributeTemplates Property
- Last UpdatedDec 15, 2025
- 2 minute read
AF Attribute Templates 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: 3.1.1.0 (3.1.1.466)
Syntax
[ParameterAttribute(Position = 4, ParameterSetName = "AFAttributeTemplates", Mandatory = true, ValueFromPipeline = true, HelpMessage = "AF Attribute Templates collections to export")] [ValidateNotNullOrEmptyAttribute] public AFAttributeTemplates AFAttributeTemplates { get; set; }
<ParameterAttribute(Position := 4, ParameterSetName := "AFAttributeTemplates", Mandatory := true, ValueFromPipeline := true, HelpMessage := "AF Attribute Templates collections to export")> <ValidateNotNullOrEmptyAttribute> Public Property AFAttributeTemplates As AFAttributeTemplates Get Set Dim instance As ExportAFXml Dim value As AFAttributeTemplates value = instance.AFAttributeTemplates instance.AFAttributeTemplates = value
public: [ParameterAttribute(Position = 4, ParameterSetName = L"AFAttributeTemplates", Mandatory = true, ValueFromPipeline = true, HelpMessage = L"AF Attribute Templates collections to export")] [ValidateNotNullOrEmptyAttribute] property AFAttributeTemplates^ AFAttributeTemplates { AFAttributeTemplates^ get (); void set (AFAttributeTemplates^ value); }
[<ParameterAttribute(Position = 4, ParameterSetName = "AFAttributeTemplates", Mandatory = true, ValueFromPipeline = true, HelpMessage = "AF Attribute Templates collections to export")>] [<ValidateNotNullOrEmptyAttribute>] member AFAttributeTemplates : AFAttributeTemplates with get, set