SoundEffect.Type Property

Represents the type of sound effect. Read/write.

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

Syntax

'Declaration
Property Type As PpSoundEffectType
    Get
    Set
'Usage
Dim instance As SoundEffect
Dim value As PpSoundEffectType

value = instance.Type

instance.Type = value
PpSoundEffectType Type { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PpSoundEffectType

Remarks

The value of the Type property can be one of these PpSoundEffectType constants.

ppSoundEffectsMixed

ppSoundFile

ppSoundNone

ppSoundStopPrevious

See Also

Reference

SoundEffect Interface

SoundEffect Members

Microsoft.Office.Interop.PowerPoint Namespace