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 (String, String)

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 name As String, _
   ByVal namespaceName As String _
) As String
[C#]
public virtual string AttributeText(
   string name,
   string namespaceName
);
[C++]
public: virtual String* AttributeText(
   String* name,
   String* namespaceName
);
[JScript]
public function AttributeText(
   name : String,
   namespaceName : String
) : String;

Parameters

name
[To be supplied.]
namespaceName
[To be supplied.]

See Also

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