ConditionalScope.StartIfFalse Method
Starts the execution of the ELSE clause of the conditional expression.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Function StartIfFalse As IDisposable
'Usage
Dim instance As ConditionalScope
Dim returnValue As IDisposable
returnValue = instance.StartIfFalse()
public IDisposable StartIfFalse()
Return Value
Type: System.IDisposable
The interface that is used to end the ELSE clause.
Remarks
The ELSE clause must be the statement immediately after the start of a conditional execution scope or the statement after the end of a THEN clause.