ServiceType.Url Property

Definition

Gets the URL of an object Type that is passed to the Web Services Description Language (WSDL) generator.

public:
 property System::String ^ Url { System::String ^ get(); };
public string Url { get; }
member this.Url : string
Public ReadOnly Property Url As String

Property Value

The URL of an object Type that the current ServiceType was created for.

Applies to