RetrieveCompaniesRequest.MaxNumberOfRecordsToGet Property
Applies To: Dynamics Marketing
Gets or sets the maximum number of records to retrieve.
Namespace: Microsoft.Dynamics.Marketing.SDK.Messages.Company
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
Type: Int32
See Also
RetrieveCompaniesRequest Class
Microsoft.Dynamics.Marketing.SDK.Messages.Company Namespace
Return to top