Share 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

string ServiceDefinitionUrl { get; }
property String^ ServiceDefinitionUrl {
    String^ get();
}
abstract ServiceDefinitionUrl : string with get
ReadOnly Property ServiceDefinitionUrl As 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.

See Also

WebReference Interface
VsWebSite Namespace

Return to top