AFPlugIn.IsBrowsable Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Specifies whether a plugin should be displayed in client applications.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsBrowsable { get; }
Public ReadOnly Property IsBrowsable As Boolean Get Dim instance As AFPlugIn Dim value As Boolean value = instance.IsBrowsable
public: property bool IsBrowsable { bool get (); }
member IsBrowsable : bool with get
Property Value
Type: BooleanIf , then the plugin is browsable in client applications. If , then client applications should not display the plugin.
Remarks
A plugin is browsable if the BrowsableAttribute is not specified or is marked with the BrowsableAttribute constructor's browsable parameter set to . Plugins marked with the BrowsableAttribute constructor's browsable parameter set to are not browsable by client applications.
A plugin that is not browsable will have the following limitations on an object's property page in the user interface:
- The plugin should not be displayed in the combo box of allowed choices unless it was already set to the plugin.
- The user will be allowed to change the plugin to a different choice, but would not be allowed to change it back.