Share via


WebReference2.DynamicUrl Property

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

Syntax

'Declaration
Default Property DynamicUrl As String
    Get
    Set
string this { get; set; }
property String^ default {
    String^ get ();
    void set (String^ value);
}
abstract DynamicUrl : string with get, set
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

DynamicUrl Overload

VsWebSite90 Namespace