DataContractSerializerOperationBehavior::DataContractSurrogate Property

 

Gets or sets a surrogate to be used during the serialization and deserialization processes.

Namespace:   System.ServiceModel.Description
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property IDataContractSurrogate^ DataContractSurrogate {
	IDataContractSurrogate^ get();
	void set(IDataContractSurrogate^ value);
}

Property Value

Type: System.Runtime.Serialization::IDataContractSurrogate^

An IDataContractSurrogate that is used as a substitute serializer.

.NET Framework
Available since 3.0
Return to top
Show: