<PackageReference Include="System.ServiceModel.Primitives" Version="8.0.0" />

System.ServiceModel.MessageContractMemberAttribute

public abstract class MessageContractMemberAttribute : Attribute
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(); } }