ActionSetting.SoundEffect Property

Returns a SoundEffect object that represents the sound to be played during the transition to the specified slide. Read-only.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property SoundEffect As SoundEffect
    Get
'Usage
Dim instance As ActionSetting
Dim value As SoundEffect

value = instance.SoundEffect
SoundEffect SoundEffect { get; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.SoundEffect

See Also

Reference

ActionSetting Interface

ActionSetting Members

Microsoft.Office.Interop.PowerPoint Namespace