HRESULT get_Value(
BSTR Name,
BSTR* Result
);
HRESULT put_Value(
BSTR Name,
BSTR Value
);
string get_Value( string Name );
void set_Value(
string Name,
string Value
);
Property Value(Name As String) As String
Was this page helpful?