PivotResultSet public class PivotResultSet Documentation public string Message { get; set; } public string MessageType { get; set; } public string[,] PivotIdToDisplayValueMap { get; set; } public string QueryToken { get; set; } public DataTable Results { get; set; } public bool Success { get; set; } public int TotalCount { get; set; } public PivotResultSet()