Share via


WebReference2.DynamicUrl Property

Namespace:  VsWebSite90
Assembly:  VsWebSite.Interop90 (in VsWebSite.Interop90.dll)

Syntax

'Declaration
Default Property DynamicUrl As String
'Usage
Dim instance As WebReference2 
Dim value As String 

value = instance

instance = value
string this { get; set; }
property String^ default {
    String^ get ();
    void set (String^ value);
}
function get DynamicUrl () : String 
function set DynamicUrl (value : String)

Property Value

Type: System.String

Implements

WebReference.DynamicUrl

.NET Framework Security

See Also

Reference

WebReference2 Interface

WebReference2 Members

DynamicUrl Overload

VsWebSite90 Namespace