CustomXmlElement.CustomXmlProperties Property

CustomXmlProperties.Represents the element tag in schema: w:customXmlPr.

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

Syntax

'Declaration
Public Property CustomXmlProperties As CustomXmlProperties
    Get
    Set
'Usage
Dim instance As CustomXmlElement
Dim value As CustomXmlProperties

value = instance.CustomXmlProperties

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties

See Also

Reference

CustomXmlElement Class

CustomXmlElement Members

DocumentFormat.OpenXml.Wordprocessing Namespace