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!

CookieCollection.GetKey

[To be supplied.]

[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
[To be supplied.]

See Also

CookieCollection Class | CookieCollection Members | System.Web.Services.Protocols Namespace