Share via


PropertyOrderAttribute Classe

Définition

PropertyOrderAttribute spécifie l’ordre des propriétés dans la sérialisation.

[System.AttributeUsage(System.AttributeTargets.Property)]
public class PropertyOrderAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type PropertyOrderAttribute = class
    inherit Attribute
Public Class PropertyOrderAttribute
Inherits Attribute
Héritage
PropertyOrderAttribute
Attributs

Constructeurs

PropertyOrderAttribute(Int32)

Initialise l’objet PropertyOrderAttribute.

Propriétés

Order

Obtient l’ordre de sérialisation pour la propriété associée.

S’applique à