PropertyOrderAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
PropertyOrderAttribute especifica a ordem das propriedades na serialização.
[System.AttributeUsage(System.AttributeTargets.Property)]
public class PropertyOrderAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type PropertyOrderAttribute = class
inherit Attribute
Public Class PropertyOrderAttribute
Inherits Attribute
- Herança
-
PropertyOrderAttribute
- Atributos
Construtores
PropertyOrderAttribute(Int32) |
Inicializa o objeto PropertyOrderAttribute. |
Propriedades
Order |
Obtém a ordem de serialização da propriedade associada. |