BinaryMessageFormatter.TypeFormat Propriedade

Definição

Obtém ou define um valor que define como as descrições de tipo são dispostas no fluxo serializado.Gets or sets a value that defines how type descriptions are laid out in the serialized stream.

public:
 property System::Runtime::Serialization::Formatters::FormatterTypeStyle TypeFormat { System::Runtime::Serialization::Formatters::FormatterTypeStyle get(); void set(System::Runtime::Serialization::Formatters::FormatterTypeStyle value); };
[System.Messaging.MessagingDescription("MsgTypeFormat")]
public System.Runtime.Serialization.Formatters.FormatterTypeStyle TypeFormat { get; set; }
[<System.Messaging.MessagingDescription("MsgTypeFormat")>]
member this.TypeFormat : System.Runtime.Serialization.Formatters.FormatterTypeStyle with get, set
Public Property TypeFormat As FormatterTypeStyle

Valor da propriedade

FormatterTypeStyle

Um dos valores de enumeração que define o formato de descrição do tipo.One of the enumeration values that defines the type description format.

Atributos

Comentários

Importante

Chamar métodos desta classe quando você tiver dados não confiáveis é um risco à segurança.Calling methods from this class with untrusted data is a security risk. Chame os métodos dessa classe somente quando você tiver dados confiáveis.Call the methods from this class only with trusted data. Para obter mais informações, confira Validação de dados.For more information, see Data Validation.

No momento, você deve aceitar o valor padrão, TypesWhenNeeded .Currently, you should accept the default value, TypesWhenNeeded.

Aplica-se a

Confira também