SoapDocumentMethodAttribute Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy SoapDocumentMethodAttribute.
Przeciążenia
SoapDocumentMethodAttribute() |
Inicjuje nowe wystąpienie klasy SoapDocumentMethodAttribute. |
SoapDocumentMethodAttribute(String) |
Inicjuje SoapDocumentMethodAttribute nowe wystąpienie klasy, ustawiając Action właściwość na wartość parametru |
SoapDocumentMethodAttribute()
Inicjuje nowe wystąpienie klasy SoapDocumentMethodAttribute.
public:
SoapDocumentMethodAttribute();
public SoapDocumentMethodAttribute ();
Public Sub New ()
Dotyczy
SoapDocumentMethodAttribute(String)
Inicjuje SoapDocumentMethodAttribute nowe wystąpienie klasy, ustawiając Action właściwość na wartość parametru action
.
public:
SoapDocumentMethodAttribute(System::String ^ action);
public SoapDocumentMethodAttribute (string action);
new System.Web.Services.Protocols.SoapDocumentMethodAttribute : string -> System.Web.Services.Protocols.SoapDocumentMethodAttribute
Public Sub New (action As String)