Share via


InputAttribute.Visible Property

Gets or sets a value that indicates whether the input property appears in the Properties window.

Namespace:  Microsoft.Data.Schema.DataGenerator
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property Visible As Boolean
    Get
    Set
'Usage
Dim instance As InputAttribute
Dim value As Boolean

value = instance.Visible

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

Property Value

Type: System.Boolean
true if the input property appears in the Properties window; otherwise, false.

Remarks

The default value is true.

.NET Framework Security

See Also

Reference

InputAttribute Class

InputAttribute Members

Microsoft.Data.Schema.DataGenerator Namespace