Skip to content

Profile

Gets the profile data of the document.

Type

( Xml | "null" )

Declaration

1
readonly ( Xml | `"null"` ) myDocument.Profile

Remarks

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

Example

1
var profileInfo = myDocument.Profile;

See Also