ExchangeObjectVersion Constructor (Byte, Byte, Byte, Byte, UInt16, UInt16)
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Sub New ( _
major As Byte, _
minor As Byte, _
majorBuild As Byte, _
minorBuild As Byte, _
build As UShort, _
buildRevision As UShort _
)
'Usage
Dim major As Byte
Dim minor As Byte
Dim majorBuild As Byte
Dim minorBuild As Byte
Dim build As UShort
Dim buildRevision As UShort
Dim instance As New ExchangeObjectVersion(major, minor, _
majorBuild, minorBuild, build, buildRevision)
public ExchangeObjectVersion(
byte major,
byte minor,
byte majorBuild,
byte minorBuild,
ushort build,
ushort buildRevision
)
Parameters
- major
Type: System.Byte
- minor
Type: System.Byte
- majorBuild
Type: System.Byte
- minorBuild
Type: System.Byte
- build
Type: System.UInt16
- buildRevision
Type: System.UInt16