Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether to invoke change interceptors when a link is deleted.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Property InvokeInterceptorsOnLinkDelete As Boolean
Get
Set
'Usage
Dim instance As DataServiceBehavior
Dim value As Boolean
value = instance.InvokeInterceptorsOnLinkDelete
instance.InvokeInterceptorsOnLinkDelete = value
public bool InvokeInterceptorsOnLinkDelete { get; set; }
public:
property bool InvokeInterceptorsOnLinkDelete {
bool get ();
void set (bool value);
}
member InvokeInterceptorsOnLinkDelete : bool with get, set
function get InvokeInterceptorsOnLinkDelete () : boolean
function set InvokeInterceptorsOnLinkDelete (value : boolean)
Property Value
Type: System.Boolean
True when interceptors should be invoked; otherwise false.
Remarks
The default value is true.