NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IFormatter.Context

[To be supplied.]

[Visual Basic]
Property Context As StreamingContext
[C#]
StreamingContext Context {get; set;}
[C++]
StreamingContext get_Context() = 0;void set_Context(StreamingContext) = 0;
[JScript]
abstract function get Context() : StreamingContext;
public abstract function set Context(StreamingContext);

See Also

IFormatter Interface | IFormatter Members | System.Runtime.Serialization Namespace