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