Share via


If Class

Represents the set of conditions that must be fulfilled if the referral statement is to be satisfied.

Namespace: Microsoft.Web.Services3.Referral
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim if1 As New If()

Syntax

'Declaration
Public Class If
public class If
public ref class If
public class If
public class If

Remarks

A referral statement must contain an if element, which may contain an ordered list of conditions used to determine how the statement is to be evaluated. If the if element is empty, then the referral statement is automatically satisfied. Two types of conditions are defined in the WSE: a time-to-live condition, which sets a limit of the amount of time a referral remains valid, and the invalidates condition which can be used to cancel previously exchanged referrals.

Inheritance Hierarchy

System.Object
  Microsoft.Web.Services3.Referral.If

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

If Members
Microsoft.Web.Services3.Referral Namespace