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!

PrimitiveTypeEnum Enumeration

[To be supplied.]

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

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

Members

Member Name Description
Boolean [To be supplied.]
Byte [To be supplied.]
Char [To be supplied.]
Currency [To be supplied.]
DateTime [To be supplied.]
Decimal [To be supplied.]
Double [To be supplied.]
Int16 [To be supplied.]
Int32 [To be supplied.]
Int64 [To be supplied.]
Invalid [To be supplied.]
SByte [To be supplied.]
Single [To be supplied.]
TimeSpan [To be supplied.]
UInt16 [To be supplied.]
UInt32 [To be supplied.]
UInt64 [To be supplied.]

Requirements

Namespace: System.Runtime.Serialization.Formatters

Assembly: mscorlib.dll

See Also

System.Runtime.Serialization.Formatters Namespace