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

[To be supplied.]

[Visual Basic]
Public Function GetValue( _
   ByVal name As String, _
   ByVal type As Type _
) As Object
[C#]
public object GetValue(
   string name,
   Type type
);
[C++]
public: Object* GetValue(
   String* name,
   Type* type
);
[JScript]
public function GetValue(
   name : String,
   type : Type
) : Object;

Parameters

name
[To be supplied.]
type
[To be supplied.]

See Also

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