Condividi tramite


PropertyOrderAttribute Classe

Definizione

PropertyOrderAttribute specifica l'ordine delle proprietà nella serializzazione.

[System.AttributeUsage(System.AttributeTargets.Property)]
public class PropertyOrderAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type PropertyOrderAttribute = class
    inherit Attribute
Public Class PropertyOrderAttribute
Inherits Attribute
Ereditarietà
PropertyOrderAttribute
Attributi

Costruttori

PropertyOrderAttribute(Int32)

Inizializza l'oggetto PropertyOrderAttribute.

Proprietà

Order

Ottiene l'ordine di serializzazione per la proprietà associata.

Si applica a