Share via


NamespaceDeclaration.Uri Property

Gets or sets the uniform resource identifier.

Namespace:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly:  Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)

Syntax

'Declaration
Public Property Uri As String 
    Get 
    Set
'Usage
Dim instance As NamespaceDeclaration 
Dim value As String 

value = instance.Uri

instance.Uri = value
public string Uri { get; set; }
public:
property String^ Uri {
    String^ get ();
    void set (String^ value);
}
member Uri : string with get, set
function get Uri () : String 
function set Uri (value : String)

Property Value

Type: System.String
The uniform resource identifier.

See Also

Reference

NamespaceDeclaration Class

Microsoft.SqlServer.Dts.Tasks.XMLTask Namespace