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

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

VsWebSite Namespace