Unlimited<T> structure

Represents a value that is not limited.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Structure Unlimited(Of T As {Structure, New})
'Usage
Dim instance As Unlimited(Of T)
[SerializableAttribute]
public struct Unlimited<T>
where T : struct, new()

Type parameters

  • T

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.

See also

Reference

Unlimited<T> members

Microsoft.Exchange.Data namespace