Visible Property (ExportSetting)
In This Topic
Gets or sets a value indicating whether the export setting is visible.
Syntax
'Declaration
Public Property Visible As Boolean
public bool Visible {get; set;}
Property Value
true
if the setting should be visible; otherwise,
false
.
See Also