Class SerializationPropertyNameAttribute
Represents serialization attribute to set a specific serialization member name.
public class SerializationPropertyNameAttribute : Attribute, _Attribute
- Inheritance
-
SerializationPropertyNameAttribute
- Implements
- Inherited Members
Constructors
SerializationPropertyNameAttribute(string)
Creates new instance of SerializationPropertyNameAttribute.
public SerializationPropertyNameAttribute(string propertyName)
Parameters
propertyName
string
Properties
PropertyName
Gets or sets serialization member name.
public string PropertyName { get; set; }