System.ServiceModel.Description.FaultDescription public class FaultDescription Documentation Code public string Action { get; } public Type DetailType { get; set; } public bool HasProtectionLevel { get; } public string Name { get; set; } public string Namespace { get; set; } public ProtectionLevel ProtectionLevel { get; set; } public FaultDescription(string action) public bool ShouldSerializeProtectionLevel()