Share via


PolicyAssertion Constructor (XmlQualifiedName, XmlElement)

Initializes a new instance of the PolicyAssertion class with the specified name and source XML element.

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

Usage

'Usage
Dim qName As XmlQualifiedName
Dim element As XmlElement
Dim policyAssertion1 As New PolicyAssertion(qName, element)

Syntax

'Declaration
Protected Sub New( _
    ByVal qName As XmlQualifiedName, _
    ByVal element As XmlElement _
)
protected PolicyAssertion(
    XmlQualifiedName qName, 
    XmlElement element
);
protected: PolicyAssertion(
    XmlQualifiedName^ qName, 
    XmlElement^ element
);
protected PolicyAssertion(
    XmlQualifiedName qName, 
    XmlElement element
);
protected function PolicyAssertion(
     qName : XmlQualifiedName, 
     element : XmlElement
);

Parameters

  • qName
    The System.Xml.XmlQualifiedName of the policy assertion.
  • element
    The System.Xml.XmlElement representing the policy assertion.

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

PolicyAssertion Class
Microsoft.Web.Services2.Policy Namespace

Other Resources

PolicyAssertion Members