BasePagingType.MaxEntriesReturnedSpecified Property

Definition

The MaxEntriesReturnedSpecified property gets or sets a Boolean value that specifies whether the MaxEntriesReturned property is serialized into the SOAP request.

public:
 property bool MaxEntriesReturnedSpecified { bool get(); void set(bool value); };
public bool MaxEntriesReturnedSpecified { get; set; }
Public Property MaxEntriesReturnedSpecified As Boolean

Property Value

The MaxEntriesReturnedSpecified property returns a value of true if the MaxEntriesReturned property is serialized into the SOAP request; otherwise, the property returns false.

Applies to