Skip to content

Profile

Gets the profile data of the document.

Type

1
[Xml](./../Xml/index.md)

Declaration

1
readonly Xml myDocument.Profile

Remarks

The default value of Document.Profile is an empty XML node.

Example

1
var profileInfo = myDocument.Profile;

See Also