RelationshipDeleteBehaviorType Enumeration
Specifies the optional relationship behavior of a relationship lookup field.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Enumeration RelationshipDeleteBehaviorType
'Usage
Dim instance As RelationshipDeleteBehaviorType
public enum RelationshipDeleteBehaviorType
Members
Member name | Description | |
---|---|---|
None | Enumeration whose value specifies that no relationship behavior is applied. . Value = 0. | |
Cascade | Enumeration whose value specifies the cascade behavior. Value = 1. | |
Restrict | Enumeration whose value specifies the restrict behavior. Value = 2. |