Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFPlugIn.IsBrowsable Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFPlugIn.IsBrowsable Property
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: Boolean
If , 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.

Version Information

AFSDK


See Also

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in