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!

ConfigXmlTokenTable.Name

[To be supplied.]

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

Parameters

token
[To be supplied.]

See Also

ConfigXmlTokenTable Class | ConfigXmlTokenTable Members | System.Web.Configuration Namespace