Share via


SfcBrowsableAttribute.IsBrowsable Property

Gets or sets a value that indicates whether the attribute is browsable. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Syntax

'Declaration
Public Property IsBrowsable As Boolean
    Get
    Set
'Usage
Dim instance As SfcBrowsableAttribute
Dim value As Boolean

value = instance.IsBrowsable

instance.IsBrowsable = value
public bool IsBrowsable { get; set; }
public:
property bool IsBrowsable {
    bool get ();
    void set (bool value);
}
member IsBrowsable : bool with get, set
function get IsBrowsable () : boolean
function set IsBrowsable (value : boolean)

Property Value

Type: System.Boolean
true if the attribute is browsable; otherwise, false.