WebReference.WsdlAppRelativeUrl Property

 

Get the relative URL for the WSDL file.

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

Syntax

string WsdlAppRelativeUrl { get; }
property String^ WsdlAppRelativeUrl {
    String^ get();
}
abstract WsdlAppRelativeUrl : string with get
ReadOnly Property WsdlAppRelativeUrl As String

Property Value

Type: System.String

The relative URL for the WSDL.

See Also

WebReference Interface
VsWebSite Namespace

Return to top