ServerVersion Constructor (Int32, Int32, Int32, Int32, String)
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Sub New ( _
major As Integer, _
minor As Integer, _
build As Integer, _
revision As Integer, _
filePatchLevelDescription As String _
)
'Usage
Dim major As Integer
Dim minor As Integer
Dim build As Integer
Dim revision As Integer
Dim filePatchLevelDescription As String
Dim instance As New ServerVersion(major, minor, _
build, revision, filePatchLevelDescription)
public ServerVersion(
int major,
int minor,
int build,
int revision,
string filePatchLevelDescription
)
Parameters
- major
Type: System.Int32
- minor
Type: System.Int32
- build
Type: System.Int32
- revision
Type: System.Int32
- filePatchLevelDescription
Type: System.String