CommonMediaNode.Mute Property

Mute.Represents the attribte in schema: mute

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

Syntax

'Declaration
<SchemaAttrAttribute(, "mute")> _
Public Property Mute As BooleanValue
    Get
    Set
'Usage
Dim instance As CommonMediaNode
Dim value As BooleanValue

value = instance.Mute

instance.Mute = value
[SchemaAttrAttribute(, "mute")]
public BooleanValue Mute { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

CommonMediaNode Class

CommonMediaNode Members

DocumentFormat.OpenXml.Presentation Namespace