AllowMemberGroupColumn property

Sets or returns whether users can set a preference for the group column.

Syntax


C++

HRESULT get_AllowMemberGroupColumn(VARIANT_BOOL* pRetVal)

HRESULT put_AllowMemberGroupColumn(VARIANT_BOOL Value)

Scripting languages

Value = object.AllowMemberGroupColumn

object.AllowMemberGroupColumn = Value

Remarks


The default value for this property is False. If the value of this property is False, any attempt to set the group column on this database for the currently logged in member will result in an invalid operation error.

Home

Applies to

IERUDatabase