StartSoundAction.Sound Property

Sound.Represents the element tag in schema: p:snd

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property Sound As Sound
    Get
    Set
'Usage
Dim instance As StartSoundAction
Dim value As Sound

value = instance.Sound

instance.Sound = value
public Sound Sound { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Presentation.Sound
Returns Sound.

See Also

Reference

StartSoundAction Class

StartSoundAction Members

DocumentFormat.OpenXml.Presentation Namespace