Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

NetDataContractSerializer::Context Property

 

Gets or sets the object that enables the passing of context data that is useful while serializing or deserializing.

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

public:
property StreamingContext Context {
	virtual StreamingContext get() sealed;
	virtual void set(StreamingContext value) sealed;
}

Property Value

Type: System.Runtime.Serialization::StreamingContext

A StreamingContext that contains the context data.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft