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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.