BasePagingType.MaxEntriesReturnedSpecified Property
The MaxEntriesReturnedSpecified property gets or sets a Boolean value that specifies whether the MaxEntriesReturned property is serialized into the SOAP request.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property MaxEntriesReturnedSpecified As Boolean
Get
Set
'Usage
Dim instance As BasePagingType
Dim value As Boolean
value = instance.MaxEntriesReturnedSpecified
instance.MaxEntriesReturnedSpecified = value
public bool MaxEntriesReturnedSpecified { get; set; }
Property Value
Type: System.Boolean
The MaxEntriesReturnedSpecified property returns a value of true if the MaxEntriesReturned property is serialized into the SOAP request; otherwise, the property returns false.
See Also