AFServer.Name 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 string Name { get; }
Public ReadOnly Property Name As String Get Dim instance As AFServer Dim value As String value = instance.Name
public: property String^ Name { String^ get (); }
member Name : string with get