Delen via


WebReference.ServiceDefinitionUrl Property

Gets the URL that was used to get the service definition.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
ReadOnly Property ServiceDefinitionUrl As String
'Usage
Dim instance As WebReference 
Dim value As String 

value = instance.ServiceDefinitionUrl
string ServiceDefinitionUrl { get; }
property String^ ServiceDefinitionUrl {
    String^ get ();
}
function get ServiceDefinitionUrl () : String

Property Value

Type: System.String
The URL that was used to get the service definition.

Remarks

The ServiceDefinitionUrl property value is the same URL value that is called by the Update method. The ServiceDefinitionUrl property is also known as the DiscoverUrl.

.NET Framework Security

See Also

Reference

WebReference Interface

WebReference Members

VsWebSite Namespace