CustomXmlPartItemId Property

Specifies a globally unique identifier (GUID) that uniquely identifies a single custom XML part within an Office Open XML document. Read-only Guid.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public Guid ItemId { get; set; }

Property Value

Type: Guid

Implements

ICustomXmlPartItemId
See Also