Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CustomXmlPart Class / Id Property

In This Topic
    Id Property (CustomXmlPart)
    In This Topic
    Gets a globally unique identifier (GUID) that uniquely identifies this part in the document. Old version of Microsoft Word allowed any strings, but the new format requires a Guid string.
    Syntax
    'Declaration
     
    Public ReadOnly Property Id As System.String
    public System.string Id {get;}
    See Also