SoundName

ISlideShowTransition.SoundName property

Specifies a human readable name for the sound of the transition. The Sound property must be assigned to get or set the sound name. Read-write String.

public string SoundName { get; set; }

Exceptions

exceptioncondition
PptxExceptionWhen Sound property is not assigned.

Remarks

This name appears in the PowerPoint user interface when configuring the transition sound manually.

See Also