Proprietà WebReference.ServiceDefinitionUrl
Ottiene l'URL utilizzato per ottenere la definizione del servizio.
Spazio dei nomi: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Sintassi
'Dichiarazione
ReadOnly Property ServiceDefinitionUrl As String
Get
string ServiceDefinitionUrl { get; }
property String^ ServiceDefinitionUrl {
String^ get ();
}
abstract ServiceDefinitionUrl : string
function get ServiceDefinitionUrl () : String
Valore proprietà
Tipo: System.String
URL utilizzato per ottenere la definizione del servizio.
Note
Il valore della proprietà ServiceDefinitionUrl è lo stesso valore di URL chiamato dal metodo Update. La proprietà ServiceDefinitionUrl è anche nota come DiscoverUrl.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.