System.ServiceModel.XmlSerializerFormatAttribute
namespace System.ServiceModel
{
public sealed class XmlSerializerFormatAttribute : Attribute
{
public OperationFormatStyle Style { get; set; }
public bool SupportFaults { get; set; }
public OperationFormatUse Use { get; set; }
public XmlSerializerFormatAttribute();
}
}