'Declaration
<BrowsableAttribute(False)> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public Property ExportedOnly As Boolean
'Usage
Dim instance As AutomaticValueControl Dim value As Boolean instance.ExportedOnly = value value = instance.ExportedOnly
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] public bool ExportedOnly {get; set;}
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] public: property bool ExportedOnly { bool get(); void set ( bool value); }
Property Value
The default value of this property is True
.