CommentsAllowNestedResponses property

Specifies whether members can create comments within comments in the Database Column.

Syntax


C++

HRESULT get_CommentsAllowNestedResponses(VARIANT_BOOL* pAllow)

HRESULT put_CommentsAllowNestedResponses(VARIANT_BOOL allow)

Scripting languages

Boolean = Object.CommentsAllowNestedResponses

Object.CommentsAllowNestedResponses = Boolean

Legal values


Value

Description

TRUE

Nested responses are allowed in the column.

FALSE

Nested responses are not allowedin the column.

Remarks


Setting CommentsAllowNestedResponses does not affect comments that were created before the property was set. If you set the property to FALSE, nested responses created before you set the property remain nested.

Home

Applies to

IERUDBColumn


See also

Databases