ReferenceParameters Constructor (XmlElement)
Initializes a new instance of the ReferenceParameters class.
Namespace: Microsoft.Web.Services3.Addressing
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim element As XmlElement
Dim referenceParameters1 As New ReferenceParameters(element)
Syntax
'Declaration
Public Sub New( _
ByVal element As XmlElement _
)
public ReferenceParameters(
XmlElement element
);
public:
ReferenceParameters(
XmlElement^ element
);
public ReferenceParameters(
XmlElement element
);
public function ReferenceParameters(
element : XmlElement
);
Parameters
- element
An XmlElement containing a URI that represents the reference parameters associated with a SOAP message.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
ReferenceParameters Class
ReferenceParameters Members
Microsoft.Web.Services3.Addressing Namespace