WebPortBindingAttribute 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
| WebPortBindingAttribute(Type) | |
| WebPortBindingAttribute(Type, String, EXLangSMessageInfo) |
WebPortBindingAttribute(Type)
public:
WebPortBindingAttribute(Type ^ typeName);
public WebPortBindingAttribute (Type typeName);
new Microsoft.XLANGs.BaseTypes.WebPortBindingAttribute : Type -> Microsoft.XLANGs.BaseTypes.WebPortBindingAttribute
Public Sub New (typeName As Type)
Parameters
- typeName
- Type
Applies to
WebPortBindingAttribute(Type, String, EXLangSMessageInfo)
public:
WebPortBindingAttribute(Type ^ typeName, System::String ^ methodName, Microsoft::XLANGs::BaseTypes::EXLangSMessageInfo kind);
public WebPortBindingAttribute (Type typeName, string methodName, Microsoft.XLANGs.BaseTypes.EXLangSMessageInfo kind);
new Microsoft.XLANGs.BaseTypes.WebPortBindingAttribute : Type * string * Microsoft.XLANGs.BaseTypes.EXLangSMessageInfo -> Microsoft.XLANGs.BaseTypes.WebPortBindingAttribute
Public Sub New (typeName As Type, methodName As String, kind As EXLangSMessageInfo)
Parameters
- typeName
- Type
- methodName
- String
- kind
- EXLangSMessageInfo