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!

Formatter.m_idGenerator

The ObjectIDGenerator used with this formatter. The ObjectIDGenerator is used to maintain a list of the objects which have been seen and the IDs which they were given.

[Visual Basic]
Protected m_idGenerator As ObjectIDGenerator
[C#]
protected ObjectIDGenerator m_idGenerator;
[C++]
protected: ObjectIDGenerator* m_idGenerator;
[JScript]
protected var m_idGenerator : ObjectIDGenerator;

See Also

Formatter Class | Formatter Members | System.Runtime.Serialization Namespace