Desc

DocumentProperties.Desc property

Contains a descriptive text string for a 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 Desc { get; set; }

See Also