Properties Class

Custom File Properties. It is the root element of CustomFilePropertiesPart.When the object is serialized out as xml, its qualified name is op:Properties.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.OpenXmlPartRootElement
        DocumentFormat.OpenXml.CustomProperties.Properties

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(CustomDocumentProperty))> _
Public Class Properties _
    Inherits OpenXmlPartRootElement
'Usage
Dim instance As Properties
[ChildElementInfoAttribute(typeof(CustomDocumentProperty))]
public class Properties : OpenXmlPartRootElement

Remarks

The following table lists the possible child types:

  • CustomDocumentProperty <op:property>

[ISO/IEC 29500-1 1st Edition]

22.3.2.1 Properties (Custom File Properties)

Parent element for the custom file properties part.

Parent Elements

Root element of Shared Custom File Properties part

Child Elements

Subclause

property (Custom File Property)

§22.3.2.2

[Note: The W3C XML Schema definition of this element’s content model (CT_Properties) is located in §A.6.3. end note]

© ISO/IEC29500: 2008.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Properties Members

DocumentFormat.OpenXml.CustomProperties Namespace