OpenXmlElement.MCAttributes Property

Markup Compatibility Attributes Set. Return null if there is no Markup Compatibility Attribute defined in this element.

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

Syntax

'Declaration
Public Property MCAttributes As MarkupCompatibilityAttributes
    Get
    Set
'Usage
Dim instance As OpenXmlElement
Dim value As MarkupCompatibilityAttributes

value = instance.MCAttributes

instance.MCAttributes = value
public MarkupCompatibilityAttributes MCAttributes { get; set; }

Property Value

Type: DocumentFormat.OpenXml.MarkupCompatibilityAttributes

See Also

Reference

OpenXmlElement Class

OpenXmlElement Members

DocumentFormat.OpenXml Namespace