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!

ConfigXmlCursor.AttributeText (Int32)

Convenience function to get the attribute text of the specified attribute (by token) for the element under the cursor.

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

Parameters

i
[To be supplied.]

See Also

ConfigXmlCursor Class | ConfigXmlCursor Members | System.Web.Configuration Namespace | ConfigXmlCursor.AttributeText Overload List