Unlimited<T>.Value property
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Property Value As T
Get
Set
'Usage
Dim instance As Unlimited
Dim value As T
value = instance.Value
instance.Value = value
public T Value { get; set; }
Property value
Type: T
Returns Unlimited<T>.