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!

SerializationInfo.GetInt16

[To be supplied.]

[Visual Basic]
Public Function GetInt16( _
   ByVal name As String _
) As Short
[C#]
public short GetInt16(
   string name
);
[C++]
public: short GetInt16(
   String* name
);
[JScript]
public function GetInt16(
   name : String
) : Int16;

Parameters

name
[To be supplied.]

See Also

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