SfcBrowsableAttribute Class

Definition

Indicates whether Powershell (OE?) should be able to browse (cd) into this node The default is true (no attribute means true). If set to false, then the node is not visible in Powershell (OE?)

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class SfcBrowsableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type SfcBrowsableAttribute = class
    inherit Attribute
Public Class SfcBrowsableAttribute
Inherits Attribute
Inheritance
SfcBrowsableAttribute
Attributes

Constructors

SfcBrowsableAttribute(Boolean)

Creates a new instance of the SfcElementTypeAttribute

Properties

IsBrowsable

Applies to