o365rwsclient/Common/Constants.cs

7 строки
159 B
C#

namespace Microsoft.Office365.ReportingWebServiceClient
{
public class Constants
{
public static readonly int ResultPageSize = 1000;
}
}