Keywords

DiagramPackage.Keywords property

Gets or sets a text string that identifies topics or other important information about the file, such as project name, client name, or version number. The maximum string length is 63 characters.

public string Keywords { get; set; }

Property Value

A text string that identifies topics or other important information about the file, such as project name, client name, or version number.

See Also