ServerVersionInfo
extends Type
in package
Represents the Microsoft Exchange Server version number.
Table of Contents
Properties
- $MajorBuildNumber : int
- Describes the major build number.
- $MajorVersion : int
- Describes the major version number.
- $MinorBuildNumber : int
- Describes the minor build number.
- $MinorVersion : int
- Describes the minor version number.
- $Version : string
- Describes the Exchange Web Services (EWS) schema version.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$MajorBuildNumber
Describes the major build number.
public
int
$MajorBuildNumber
Tags
$MajorVersion
Describes the major version number.
public
int
$MajorVersion
Tags
$MinorBuildNumber
Describes the minor build number.
public
int
$MinorBuildNumber
Tags
$MinorVersion
Describes the minor version number.
public
int
$MinorVersion
Tags
$Version
Describes the Exchange Web Services (EWS) schema version.
public
string
$Version
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed