DataMemberAttribute public sealed class DataMemberAttribute : Attribute Documentation public bool EmitDefaultValue { get; set; } public bool IsNameSetExplicitly { get; } public bool IsRequired { get; set; } public string Name { get; set; } public int Order { get; set; } public DataMemberAttribute()