CheckAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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