AFPlugIn.Description Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Read-only property that provides more detailed description of the object.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string Description { get; }
Public ReadOnly Property Description As String Get Dim instance As AFPlugIn Dim value As String value = instance.Description
public: virtual property String^ Description { String^ get () sealed; }
abstract Description : string with get override Description : string with get
Property Value
Type: StringReturns the detailed description of the object.