Udostępnij za pośrednictwem


OpenAttributeUriString Constructor (String)

Initializes a new instance of the OpenAttributeUriString class using the specified URI.

Namespace: Microsoft.Web.Services3.Xml
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim uri As String
Dim openAttributeUriString1 As New OpenAttributeUriString(uri)

Syntax

'Declaration
Protected Sub New( _
    ByVal uri As String _
)
protected OpenAttributeUriString(
    string uri
);
protected:
OpenAttributeUriString(
    String^ uri
);
protected OpenAttributeUriString(
    System.String uri
);
protected function OpenAttributeUriString(
     uri : String
);

Parameters

  • uri
    A string that represents the URI associated with the element.

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

OpenAttributeUriString Class
OpenAttributeUriString Members
Microsoft.Web.Services3.Xml Namespace