Assistant.Sounds Property
True if the Office Assistant produces the sounds that correspond to animations.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property Sounds As Boolean
Get
Set
'Usage
Dim instance As Assistant
Dim value As Boolean
value = instance.Sounds
instance.Sounds = value
bool Sounds { get; set; }
Property Value
Type: System.Boolean