SuspendMessageOnRoutingFailure Class (BTS)

Switch View :
ScriptFree
SuspendMessageOnRoutingFailure Class

Namespace: BTS
Assembly: Microsoft.BizTalk.GlobalPropertySchemas (in microsoft.biztalk.globalpropertyschemas.dll)
Usage

  Dim instance As SuspendMessageOnRoutingFailure
Syntax

Visual Basic
<SerializableAttribute> _
<PropertyTypeAttribute("SuspendMessageOnRoutingFailure", "http://schemas.microsoft.com/BizTalk/2003/system-properties", "boolean", "System.Boolean")> _
<PropertyGuidAttribute("8def6c00-cf9f-40e1-b19f-c450016ac508")> _
<GuidAttribute("8def6c00-cf9f-40e1-b19f-c450016ac508")> _
<IsSensitivePropertyAttribute(False)> _
Public NotInheritable Class SuspendMessageOnRoutingFailure
	Inherits MessageContextPropertyBase
C#
[SerializableAttribute] 
[PropertyTypeAttribute("SuspendMessageOnRoutingFailure", "http://schemas.microsoft.com/BizTalk/2003/system-properties", "boolean", "System.Boolean")] 
[PropertyGuidAttribute("8def6c00-cf9f-40e1-b19f-c450016ac508")] 
[GuidAttribute("8def6c00-cf9f-40e1-b19f-c450016ac508")] 
[IsSensitivePropertyAttribute(false)] 
public sealed class SuspendMessageOnRoutingFailure : MessageContextPropertyBase
C++
[SerializableAttribute] 
[PropertyTypeAttribute(L"SuspendMessageOnRoutingFailure", L"http://schemas.microsoft.com/BizTalk/2003/system-properties", L"boolean", L"System.Boolean")] 
[PropertyGuidAttribute(L"8def6c00-cf9f-40e1-b19f-c450016ac508")] 
[GuidAttribute(L"8def6c00-cf9f-40e1-b19f-c450016ac508")] 
[IsSensitivePropertyAttribute(false)] 
public ref class SuspendMessageOnRoutingFailure sealed : public MessageContextPropertyBase
J#
/** @attribute SerializableAttribute() */ 
/** @attribute PropertyTypeAttribute("SuspendMessageOnRoutingFailure", "http://schemas.microsoft.com/BizTalk/2003/system-properties", "boolean", "System.Boolean") */ 
/** @attribute PropertyGuidAttribute("8def6c00-cf9f-40e1-b19f-c450016ac508") */ 
/** @attribute GuidAttribute("8def6c00-cf9f-40e1-b19f-c450016ac508") */ 
/** @attribute IsSensitivePropertyAttribute(false) */ 
public final class SuspendMessageOnRoutingFailure extends MessageContextPropertyBase
JScript
SerializableAttribute 
PropertyTypeAttribute("SuspendMessageOnRoutingFailure", "http://schemas.microsoft.com/BizTalk/2003/system-properties", "boolean", "System.Boolean") 
PropertyGuidAttribute("8def6c00-cf9f-40e1-b19f-c450016ac508") 
GuidAttribute("8def6c00-cf9f-40e1-b19f-c450016ac508") 
IsSensitivePropertyAttribute(false) 
public final class SuspendMessageOnRoutingFailure extends MessageContextPropertyBase
Inheritance Hierarchy

System.Object
   Microsoft.XLANGs.BaseTypes.PropertyBase
     Microsoft.XLANGs.BaseTypes.MessageContextPropertyBase
      BTS.SuspendMessageOnRoutingFailure
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

The 32-bit and 64-bit editions of Windows Server 2003 R2 (except the Web Editions); The 32-bit and 64-bit editions of Windows Server 2003 SP2 (except the Web Edition); The 32-bit and 64-bit editions of Windows Server 2008 (except the Web Server Editions); Windows Small Business Server 2003 with SP2; The 32-bit and 64-bit editions of Windows Vista Ultimate, Enterprise and Business editions with Service Pack 1; The 32-bit and 64-bit editions of Windows XP Professional with Service Pack 3

Target Platforms

The 32-bit and 64-bit editions of Windows Server 2003 R2 (except the Web Editions); The 32-bit and 64-bit editions of Windows Server 2003 SP2 (except the Web Edition); The 32-bit and 64-bit editions of Windows Server 2008 (except the Web Server Editions); Windows Small Business Server 2003 with SP2
See Also