DomainIdentifier.Revision Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the version of the domain to which this identifier refers.
public long Revision { get; set; }
member this.Revision : int64 with get, set
Public Property Revision As Long
Property Value
The version of the domain to which this identifier refers.
Exceptions
On set, thrown if set to less than MinRevision or greater than MaxRevision.