IPRange Class

Inheritance Hierarchy

System.Object
  Microsoft.Exchange.Data.IPRange

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

Syntax

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

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.