WebSiteProperties2.BrowseURL – vlastnost
Obor názvů: VsWebSite
Sestavení: VsWebSite.Interop (v VsWebSite.Interop.dll)
Syntaxe
'Deklarace
Property BrowseURL As String
Get
Set
string BrowseURL { get; set; }
property String^ BrowseURL {
String^ get ();
void set (String^ value);
}
abstract BrowseURL : string with get, set
function get BrowseURL () : String
function set BrowseURL (value : String)
Hodnota vlastnosti
Typ: System.String
Implementuje
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.