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!

NameObjectCollectionBase.BaseSet (Int32, Object)

[To be supplied.]

[Visual Basic]
Overloads Protected Sub BaseSet( _
   ByVal index As Integer, _
   ByVal value As Object _
)
[C#]
protected void BaseSet(
   int index,
   object value
);
[C++]
protected: void BaseSet(
   int index,
   Object* value
);
[JScript]
protected function BaseSet(
   index : int,
   value : Object
);

Parameters

index
[To be supplied.]
value
[To be supplied.]

See Also

NameObjectCollectionBase Class | NameObjectCollectionBase Members | System.Collections Namespace | NameObjectCollectionBase.BaseSet Overload List