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