Freigeben über


SoapFormatter.TypeFormat-Eigenschaft

Ruft das Format für das Layout von Typbeschreibungen im serialisierten Stream ab oder legt dieses fest.

Namespace: System.Runtime.Serialization.Formatters.Soap
Assembly: System.Runtime.Serialization.Formatters.Soap (in system.runtime.serialization.formatters.soap.dll)

Syntax

'Declaration
Public Property TypeFormat As FormatterTypeStyle
'Usage
Dim instance As SoapFormatter
Dim value As FormatterTypeStyle

value = instance.TypeFormat

instance.TypeFormat = value
public FormatterTypeStyle TypeFormat { get; set; }
public:
property FormatterTypeStyle TypeFormat {
    FormatterTypeStyle get ();
    void set (FormatterTypeStyle value);
}
/** @property */
public FormatterTypeStyle get_TypeFormat ()

/** @property */
public void set_TypeFormat (FormatterTypeStyle value)
public function get TypeFormat () : FormatterTypeStyle

public function set TypeFormat (value : FormatterTypeStyle)

Eigenschaftenwert

Das Format, in dem Typbeschreibungen im serialisierten Stream dargestellt werden.

.NET Framework-Sicherheit

  • Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter .

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

SoapFormatter-Klasse
SoapFormatter-Member
System.Runtime.Serialization.Formatters.Soap-Namespace
FormatterTypeStyle-Enumeration