Assistant.Visible Property
True if the specified object is visible.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property Visible As Boolean
Get
Set
'Usage
Dim instance As Assistant
Dim value As Boolean
value = instance.Visible
instance.Visible = value
bool Visible { get; set; }
Property Value
Type: System.Boolean