RetrieveContactsRequest.MaxNumberOfRecordsToGet Property
Applies To: Dynamics Marketing
Gets or sets the maximum number of records to retrieve.
Namespace: Microsoft.Dynamics.Marketing.SDK.Messages.Contact
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public int MaxNumberOfRecordsToGet { get; set; }
public:
[DataMemberAttribute]
property int MaxNumberOfRecordsToGet {
int get();
void set(int value);
}
[<DataMemberAttribute>]
member MaxNumberOfRecordsToGet : int with get, set
<DataMemberAttribute>
Public Property MaxNumberOfRecordsToGet As Integer
Property Value
Type: System.Int32
The maximum number of records to retrieve.
See Also
RetrieveContactsRequest Class
Microsoft.Dynamics.Marketing.SDK.Messages.Contact Namespace
Return to top