This document is archived and information here might be outdated. Recommended version. |
The attribute value by name.
[Visual Basic .NET] Public Function get_AttribValueByName ( _ ByVal Name As String _ ) As String
[Visual Basic .NET] Public Sub set_AttribValueByName ( _ ByVal Name As String, _ ByVal Value As String _ )
[C#] public string get_AttribValueByName ( string Name );
[C#] public void set_AttribValueByName ( string Name, string Value );
[C++]
HRESULT put_AttribValueByName(
BSTR Name,
BSTR Value
);
[C++]
Parameters Name
Name is a parameter of type BSTR Value [in]
Value is a parameter of type BSTR