Method of IAttributeAccessor. Allows support of generic access to Attributes.
[Visual Basic] Overridable Public Function GetAttribute( _ ByVal name As String _ ) As String [C#] public virtual string GetAttribute( string name ); [C++] public: virtual String* GetAttribute( String* name ); [JScript] public function GetAttribute( name : String ) : String;