WSDLProxyNameAttribute 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
WSDLProxyNameAttribute(String) | |
WSDLProxyNameAttribute(Type) |
WSDLProxyNameAttribute(String)
public:
WSDLProxyNameAttribute(System::String ^ proxyName);
public WSDLProxyNameAttribute (string proxyName);
new Microsoft.XLANGs.BaseTypes.WSDLProxyNameAttribute : string -> Microsoft.XLANGs.BaseTypes.WSDLProxyNameAttribute
Public Sub New (proxyName As String)
Parameters
- proxyName
- String
Applies to
WSDLProxyNameAttribute(Type)
public:
WSDLProxyNameAttribute(Type ^ proxyType);
public WSDLProxyNameAttribute (Type proxyType);
new Microsoft.XLANGs.BaseTypes.WSDLProxyNameAttribute : Type -> Microsoft.XLANGs.BaseTypes.WSDLProxyNameAttribute
Public Sub New (proxyType As Type)
Parameters
- proxyType
- Type