Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

NetDataContractSerializer.SurrogateSelector Property

Definition

Namespace:
System.Runtime.Serialization
Assembly:
System.Runtime.Serialization.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets an object that assists the formatter when selecting a surrogate for serialization.

public:
 property System::Runtime::Serialization::ISurrogateSelector ^ SurrogateSelector { System::Runtime::Serialization::ISurrogateSelector ^ get(); void set(System::Runtime::Serialization::ISurrogateSelector ^ value); };
public System.Runtime.Serialization.ISurrogateSelector SurrogateSelector { get; set; }
member this.SurrogateSelector : System.Runtime.Serialization.ISurrogateSelector with get, set
Public Property SurrogateSelector As ISurrogateSelector

Property Value

An ISurrogateSelector for selecting a surrogate.

Implements

Remarks

For more information about the IDataContractSurrogate, see Data Contract Surrogates.

Applies to

See also


Feedback

Was this page helpful?