AFServer.ExtendedProperties Property
- Last UpdatedDec 15, 2025
- 1 minute read
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
public Hashtable ExtendedProperties { get; }
Public ReadOnly Property ExtendedProperties As Hashtable Get Dim instance As AFServer Dim value As Hashtable value = instance.ExtendedProperties
public: property Hashtable^ ExtendedProperties { Hashtable^ get (); }
member ExtendedProperties : Hashtable with get