ExchangeObjectVersion Class

Provides version information for Exchange objects.

Inheritance Hierarchy

System.Object
  Microsoft.Exchange.Data.ExchangeObjectVersion

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ExchangeObjectVersion _
    Implements IComparable, IComparable(Of ExchangeObjectVersion)
'Usage
Dim instance As ExchangeObjectVersion
[SerializableAttribute]
public class ExchangeObjectVersion : IComparable, 
    IComparable<ExchangeObjectVersion>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.