Share via


WebReference2.DynamicUrl Property

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

Syntax

'Declaration
Default Property DynamicUrl As String
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

.NET Framework Security

See Also

Reference

WebReference2 Interface

VsWebSite90 Namespace