Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Gets or sets the profile data of document.

Xml myDocument.Profile { get; }

Remarks

Default value of Document.Profile is empty xml node.

Example

Code Block
languagets
var profileinfo = mydocument.Profile;

See Also