ExtendedFilePropertiesPart.Properties Property
Gets/Sets the root element of this part.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Properties As Properties
Get
Set
'Usage
Dim instance As ExtendedFilePropertiesPart
Dim value As Properties
value = instance.Properties
instance.Properties = value
public Properties Properties { get; set; }
Property Value
Type: DocumentFormat.OpenXml.ExtendedProperties.Properties
See Also
Reference
ExtendedFilePropertiesPart Class