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

In This Topic
    Description Property (BuildingBlock)
    In This Topic
    Gets or sets a description for the contents of this building block. This description allows the building block to have additional information contained within the definition for this building block.
    Syntax
    'Declaration
     
    Public Property Description As System.String
    public System.string Description {get; set;}
    See Also