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!

DocumentEditor.SetInt32

[To be supplied.]

[Visual Basic]
Overridable Public Sub SetInt32( _
   ByVal i As Integer, _
   ByVal value As Integer _
)
[C#]
public virtual void SetInt32(
   int i,
   int value
);
[C++]
public: virtual void SetInt32(
   int i,
   int value
);
[JScript]
public function SetInt32(
   i : int,
   value : int
);

Parameters

i
[To be supplied.]
value
[To be supplied.]

See Also

DocumentEditor Class | DocumentEditor Members | System.Data.XML Namespace