Share via


LocalizablePropertyDescriptor.IsBrowsable Property

Gets a value that indicates whether the property should be displayed in object browsers. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property IsBrowsable As Boolean
    Get
'Usage
Dim instance As LocalizablePropertyDescriptor
Dim value As Boolean

value = instance.IsBrowsable
public override bool IsBrowsable { get; }
public:
virtual property bool IsBrowsable {
    bool get () override;
}
abstract IsBrowsable : bool
override IsBrowsable : bool
override function get IsBrowsable () : boolean

Property Value

Type: System.Boolean
true if the property should be displayed in object browsers; otherwise, false.