NetDataContractSerializerSection.EnableUnsafeTypeForwarding Propiedad

Definición

Obtiene un valor que indica si el reenvío de tipos no seguros está habilitado.

public:
 property bool EnableUnsafeTypeForwarding { bool get(); };
[System.Configuration.ConfigurationProperty("enableUnsafeTypeForwarding", DefaultValue=false)]
public bool EnableUnsafeTypeForwarding { get; }
[<System.Configuration.ConfigurationProperty("enableUnsafeTypeForwarding", DefaultValue=false)>]
member this.EnableUnsafeTypeForwarding : bool
Public ReadOnly Property EnableUnsafeTypeForwarding As Boolean

Valor de propiedad

true si se habilita el reenvío de tipos no seguros; si no, false.

Atributos

Se aplica a