RelatedField.RelationshipDeleteBehavior property

Gets a value that specifies the action taken by the system for items in the list specified by ListId when an item in the current list is deleted.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property RelationshipDeleteBehavior As RelationshipDeleteBehaviorType
    Get
'Usage
Dim instance As RelatedField
Dim value As RelationshipDeleteBehaviorType

value = instance.RelationshipDeleteBehavior
public RelationshipDeleteBehaviorType RelationshipDeleteBehavior { get; }

Property value

Type: Microsoft.SharePoint.Client.RelationshipDeleteBehaviorType
Returns a RelationshipDeleteBehaviorType.instance representing the action taken by the system for items in the list specified by ListId when an item in the current list is deleted.

See also

Reference

RelatedField class

RelatedField members

Microsoft.SharePoint.Client namespace