|
// Copyright (c) Microsoft Corporation
|
|
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
|
|
|
namespace SessionHistoryViewer
|
|
{
|
|
public enum QueryBy
|
|
{
|
|
SessionName = 0,
|
|
GamerTag = 1,
|
|
GamerXuid = 2,
|
|
CorrelationId = 3,
|
|
}
|
|
}
|