System.ServiceModel.MessageContractMemberAttribute
namespace System.ServiceModel
{
public abstract class MessageContractMemberAttribute : Attribute
{
public string Namespace { get; set; }
public string Name { get; set; }
public ProtectionLevel ProtectionLevel { get; set; }
public bool HasProtectionLevel { get; }
protected MessageContractMemberAttribute();
}
}