Class XmlIgnorePropertyAttribute
Attribute to hide a property from serialization
Inherited Members
Namespace: NMF.Serialization
Assembly: NMF.Serialization.dll
Syntax
[AttributeUsage(AttributeTargets.Class, Inherited = true, AllowMultiple = true)]
public sealed class XmlIgnorePropertyAttribute : Attribute
Constructors
| Edit this page View SourceXmlIgnorePropertyAttribute(string)
Creates a XmlIgnorePropertyAttribute
Declaration
public XmlIgnorePropertyAttribute(string property)
Parameters
Type | Name | Description |
---|---|---|
string | property | Name of the property that should be hidden for serialization |
Properties
| Edit this page View SourceProperty
Name of the property that should be hidden for serialization
Declaration
public string Property { get; }
Property Value
Type | Description |
---|---|
string |