XML comment tag 'returns' is not permitted on a 'WriteOnly' Property

XML comment tag 'returns' is not permitted on a 'WriteOnly' Property. XML comment will be ignored.

An XML comment for a write-only property declaration cannot contain a <returns> tag.

Error ID: BC42313

To correct this error

  • Remove the unsupported <returns> tag.

See Also

Concepts

Documenting Your Code with XML (Visual Basic)

Reference

<returns> (Visual Basic)

Recommended XML Tags for Documentation Comments (Visual Basic)

Property Statement