Condividi tramite


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

Vedere anche

Riferimenti

WebReference Interfaccia

Spazio dei nomi VsWebSite