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;
ConfigXmlCursor Class | ConfigXmlCursor Members | System.Web.Configuration Namespace | ConfigXmlCursor.AttributeText Overload List