IJavaDocComment::TagValue

This property allows read/write access to the tag with the given name.

Syntax

[propget] HRESULT TagValue([in] BSTR bstrTagName, [out, retval] BSTR* retval);

[propput] HRESULT TagValue([in] BSTR bstrTagName, [in] BSTR newval);

Property TagValue(ByVal As String) As String

Parameters

bstrTagName

The return tag string value.

newVal

The new tag string value.