Description

DiagramPackage.Description property

Gets or sets a descriptive text string for the document. Use this element to store important information about the document, such as its purpose, recent changes, or pending changes. The maximum is 191 characters.

public string Description { get; set; }

Property Value

A descriptive text string for the document.

See Also