CustomXmlPart Properties

The CustomXmlPart type exposes the following members.

Properties
  NameDescription
Public propertyItemId
Specifies a globally unique identifier (GUID) that uniquely identifies a single custom XML part within an Office Open XML document. Read-only Guid.
Public propertyNamespaceSchemas
Returns the collection XML schemas that are associated with the custom XML part. Read-only string.
Public propertyXmlAsString
Returns or sets xml data as UTF-8 string. Read/write String. value is null.value is empty or xml-data is invalid.
Public propertyXmlData
Returns or sets xml data. Read/write byte. value is null.value is empty or xml-data is invalid.
See Also