CommonMediaNode.Mute Property

Definition

Mute

Represents the following attribute in the schema: mute

[DocumentFormat.OpenXml.SchemaAttr(0, "mute")]
public DocumentFormat.OpenXml.BooleanValue Mute { get; set; }
public DocumentFormat.OpenXml.BooleanValue Mute { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "mute")]
public DocumentFormat.OpenXml.BooleanValue? Mute { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("mute")]
public DocumentFormat.OpenXml.BooleanValue? Mute { get; set; }
public DocumentFormat.OpenXml.BooleanValue? Mute { get; set; }
member this.Mute : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "mute")>]
member this.Mute : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("mute")>]
member this.Mute : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property Mute As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Applies to