Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BuildingBlock Class / ID Property

In This Topic
    ID Property (BuildingBlock)
    In This Topic
    Gets the a unique identifier that uniquely identifies this building block. This unique identifier can be used by an application to uniquely reference a single building block regardless of different naming, for example when the same part has different names for localization purposes.
    Syntax
    'Declaration
     
    Public ReadOnly Property ID As System.Guid
    public System.Guid ID {get;}
    See Also