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
string ServiceDefinitionUrl { get; }
property String^ ServiceDefinitionUrl {
String^ get ();
}
abstract ServiceDefinitionUrl : string with 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.