CheckAttribute Constructors

Definition

Overloads

CheckAttribute()
CheckAttribute(String)
CheckAttribute(Object, String)

CheckAttribute()

protected:
 CheckAttribute();
protected CheckAttribute ();
Protected Sub New ()

Applies to

CheckAttribute(String)

protected:
 CheckAttribute(System::String ^ message);
protected CheckAttribute (string message);
new Microsoft.BizTalk.Adapter.Framework.ComponentModel.CheckAttribute : string -> Microsoft.BizTalk.Adapter.Framework.ComponentModel.CheckAttribute
Protected Sub New (message As String)

Parameters

message
String

Applies to

CheckAttribute(Object, String)

protected:
 CheckAttribute(System::Object ^ limit, System::String ^ message);
protected CheckAttribute (object limit, string message);
new Microsoft.BizTalk.Adapter.Framework.ComponentModel.CheckAttribute : obj * string -> Microsoft.BizTalk.Adapter.Framework.ComponentModel.CheckAttribute
Protected Sub New (limit As Object, message As String)

Parameters

limit
Object
message
String

Applies to