NetDataContractSerializerSection::EnableUnsafeTypeForwarding Property

.NET Framework (current version)
 

Gets a value that indicates whether unsafe type forwarding is enabled.

Namespace:   System.Runtime.Serialization.Configuration
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

public:
[ConfigurationPropertyAttribute("enableUnsafeTypeForwarding", 
	DefaultValue = false)]
property bool EnableUnsafeTypeForwarding {
	bool get();
}

Property Value

Type: System::Boolean

true if unsafe type forwarding is enabled; otherwise, false.

.NET Framework
Available since 4.5
Return to top
Show: