ConditionalScopeBase.StartIfFalse method
Start the ELSE clause
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Function StartIfFalse As IDisposable
'Usage
Dim instance As ConditionalScopeBase
Dim returnValue As IDisposable
returnValue = instance.StartIfFalse()
public IDisposable StartIfFalse()
Return value
Type: System.IDisposable