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

[To be supplied.]

[Visual Basic]
Protected Function BaseGetKey( _
   ByVal index As Integer _
) As String
[C#]
protected string BaseGetKey(
   int index
);
[C++]
protected: String* BaseGetKey(
   int index
);
[JScript]
protected function BaseGetKey(
   index : int
) : String;

Parameters

index
[To be supplied.]

See Also

NameObjectCollectionBase Class | NameObjectCollectionBase Members | System.Collections Namespace