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