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!

FormatterTypeStyle Enumeration

Specifies options to the XML and Binary formatters.

[Visual Basic]
Public Enum FormatterTypeStyle
[C#]
public enum FormatterTypeStyle
[C++]
public enum FormatterTypeStyle

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
TypesAlways Types are outputted for all Object fields
TypesWhenNeeded Types are outputted only for Microsoft.Win32.Interop.VARIANT and Array

Requirements

Namespace: System.Runtime.Serialization.Formatters

Assembly: mscorlib.dll

See Also

System.Runtime.Serialization.Formatters Namespace