Class Version

Version class

Describes one version of a document.

public sealed class Version : ComplexTypeBase

Constructors

NameDescription
Version()Initializes a new instance of the Version class.

Properties

NameDescription
Comments { get; set; }Gets or sets the comments.
ModifiedDate { get; set; }Gets or sets the modified date.
Modifier { get; set; }Gets or sets the modifier.
NamespaceUri { get; }Gets the default namespace URI.
Prefix { get; }Gets the prefix.
VersionEvent { get; set; }Gets or sets the ResourceEvent.
VersionText { get; set; }Gets or sets the version text.

Methods

NameDescription
override GetXmpRepresentation()Gets the string contained value in XMP format.

See Also