This topic has not yet been rated - Rate this topic

ConditionalScope class

Executes code on the server conditionally.

System.Object
  Microsoft.SharePoint.Client.ConditionalScopeBase
    Microsoft.SharePoint.Client.ConditionalScope

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Phone.Runtime (in Microsoft.SharePoint.Client.Phone.Runtime.dll)  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
'Declaration
Public NotInheritable Class ConditionalScope _
	Inherits ConditionalScopeBase
'Usage
Dim instance As ConditionalScope

If the specified conditions are met, the StartScope() method specifies which action to perform, and the TestResult() property contains the result of testing those conditions.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.