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!

HttpFileCollection.GetKey

Returns key name from collection.

[Visual Basic]
Public Function GetKey( _
   ByVal index As Integer _
) As String
[C#]
public string GetKey(
   int index
);
[C++]
public: String* GetKey(
   int index
);
[JScript]
public function GetKey(
   index : int
) : String;

Parameters

index
Index of value to be returned.

See Also

HttpFileCollection Class | HttpFileCollection Members | System.Web Namespace