ReferenceList Constructor (XmlElement)

Initialize a new instance of ReferenceList with an System.Xml.XmlElement .

Namespace: Microsoft.Web.Services2.Security
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)

Usage

'Usage
Dim element As XmlElement
Dim referenceList1 As New ReferenceList(element)

Syntax

'Declaration
Public Sub New( _
    ByVal element As XmlElement _
)
public ReferenceList(
    XmlElement element
);
public: ReferenceList(
    XmlElement^ element
);
public ReferenceList(
    XmlElement element
);
public function ReferenceList(
     element : XmlElement
);

Parameters

  • element
    an XML element that is used to initilize a ReferenceList

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone

See Also

Reference

ReferenceList Class
Microsoft.Web.Services2.Security Namespace

Other Resources

ReferenceList Members