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.AddValue (String, Object, Type)

[To be supplied.]

[Visual Basic]
Overloads Public Sub AddValue( _
   ByVal name As String, _
   ByVal value As Object, _
   ByVal type As Type _
)
[C#]
public void AddValue(
   string name,
   object value,
   Type type
);
[C++]
public: void AddValue(
   String* name,
   Object* value,
   Type* type
);
[JScript]
public function AddValue(
   name : String,
   value : Object,
   type : Type
);

Parameters

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

See Also

SerializationInfo Class | SerializationInfo Members | System.Runtime.Serialization Namespace | SerializationInfo.AddValue Overload List