SetAFElementTemplate.DefaultOutputPort Property
- Last UpdatedDec 15, 2025
- 2 minute read
Default output port for the AF Element Template
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
[ParameterAttribute(Position = 8, Mandatory = false, HelpMessage = "New AF Element Template Default Output Port")] [ValidateNotNullOrEmptyAttribute] public AFPort DefaultOutputPort { get; set; }
<ParameterAttribute(Position := 8, Mandatory := false, HelpMessage := "New AF Element Template Default Output Port")> <ValidateNotNullOrEmptyAttribute> Public Property DefaultOutputPort As AFPort Get Set Dim instance As SetAFElementTemplate Dim value As AFPort value = instance.DefaultOutputPort instance.DefaultOutputPort = value
public: [ParameterAttribute(Position = 8, Mandatory = false, HelpMessage = L"New AF Element Template Default Output Port")] [ValidateNotNullOrEmptyAttribute] property AFPort^ DefaultOutputPort { AFPort^ get (); void set (AFPort^ value); }
[<ParameterAttribute(Position = 8, Mandatory = false, HelpMessage = "New AF Element Template Default Output Port")>] [<ValidateNotNullOrEmptyAttribute>] member DefaultOutputPort : AFPort with get, set