ServerVersionInfo Members
The ServerVersionInfo class contains the Microsoft Exchange Server 2007 version number.
The following tables list the members exposed by the ServerVersionInfo type.
Public Constructors
Name | Description | |
---|---|---|
ServerVersionInfo | The ServerVersionInfo constructor initializes a new instance of the ServerVersionInfo class. |
Top
Public Properties
Name | Description | |
---|---|---|
Actor | (inherited from SoapHeader ) | |
DidUnderstand | (inherited from SoapHeader ) | |
EncodedMustUnderstand | (inherited from SoapHeader ) | |
EncodedMustUnderstand12 | (inherited from SoapHeader ) | |
EncodedRelay | (inherited from SoapHeader ) | |
MajorBuildNumber | The MajorBuildNumber property gets or sets the major build number. | |
MajorBuildNumberSpecified | The MajorBuildNumberSpecified property gets or sets a Boolean value that indicates whether the MajorBuildNumber property is serialized into the SOAP message. This property is required if the MajorBuildNumber property is specified. | |
MajorVersion | The MajorVersion property gets or sets the major version number. | |
MajorVersionSpecified | The MajorVersionSpecified property gets or sets a Boolean value that indicates whether the MajorVersion property is serialized into the SOAP message. This property is required if the MajorVersion property is specified. | |
MinorBuildNumber | The MinorBuildNumber property gets or sets the minor build number. | |
MinorBuildNumberSpecified | The MinorBuildNumberSpecified property gets or sets a Boolean value that indicates whether the MinorBuildNumber property is serialized into the SOAP message. This property is required if the MinorBuildNumber property is specified. | |
MinorVersion | The MinorVersion property gets or sets the minor version number. | |
MinorVersionSpecified | The MinorVersionSpecified property gets or sets a Boolean value that indicates whether the MinorVersion property is serialized into the SOAP message. This property is required if the MinorVersion property is specified. | |
MustUnderstand | (inherited from SoapHeader ) | |
Relay | (inherited from SoapHeader ) | |
Role | (inherited from SoapHeader ) | |
Version | The Version gets or sets the Exchange Server product version. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also