ListItem.SetCommentsDisabled method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Sub SetCommentsDisabled ( _
value As Boolean _
)
'Usage
Dim instance As ListItem
Dim value As Boolean
instance.SetCommentsDisabled(value)
public void SetCommentsDisabled(
bool value
)
Parameters
- value
Type: System.Boolean