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.GetInt32

[To be supplied.]

[Visual Basic]
Public Function GetInt32( _
   ByVal name As String _
) As Integer
[C#]
public int GetInt32(
   string name
);
[C++]
public: int GetInt32(
   String* name
);
[JScript]
public function GetInt32(
   name : String
) : int;

Parameters

name
[To be supplied.]

See Also

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