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

PI Powershell

ExportAFXml.AFUnitsOfMeasure Property

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

AF Units of Measure 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 = "AFUnitsOfMeasure", 
	Mandatory = true, ValueFromPipeline = true, HelpMessage = "AF Units Of Measure collections to export")]
[ValidateNotNullOrEmptyAttribute]
public UOMs AFUnitsOfMeasure { get; set; }
<ParameterAttribute(Position := 4, ParameterSetName := "AFUnitsOfMeasure", 
	Mandatory := true, ValueFromPipeline := true, HelpMessage := "AF Units Of Measure collections to export")>
<ValidateNotNullOrEmptyAttribute>
Public Property AFUnitsOfMeasure As UOMs
	Get
	Set

Dim instance As ExportAFXml
Dim value As UOMs

value = instance.AFUnitsOfMeasure

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

Property Value

Type: UOMs

See Also

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