DataContractAttribute public sealed class DataContractAttribute : Attribute Documentation public bool IsNameSetExplicitly { get; } public bool IsNamespaceSetExplicitly { get; } public bool IsReference { get; set; } public bool IsReferenceSetExplicitly { get; } public string Name { get; set; } public string Namespace { get; set; } public DataContractAttribute()