JoinDomainResponse.AddPreviousRevision(Int64, String) Method
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.
Adds a previous domain revision to the domain join response.
public void AddPreviousRevision (long revision, string keyPair);
member this.AddPreviousRevision : int64 * string -> unit
Public Sub AddPreviousRevision (revision As Long, keyPair As String)
Parameters
- revision
- Int64
The old revision of the domain.
- keyPair
- String
The XML string representing the key pair associated with the old revision.
Exceptions
Thrown if keyPair
is null, has zero length, or is otherwise invalid.