SfcBrowsableAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |