System.ServiceModel.AuditLogLocationHelper
namespace System.ServiceModel
{
internal static class AuditLogLocationHelper
{
public static bool IsDefined(AuditLogLocation auditLogLocation);
public static void Validate(AuditLogLocation value);
}
}