IVsAddWebReferenceResult.GetReferenceName Method

Definition

Returns the name of a service reference in the Add Service Reference dialog box.

public:
 System::String ^ GetReferenceName();
public:
 Platform::String ^ GetReferenceName();
std::wstring GetReferenceName();
public string GetReferenceName ();
abstract member GetReferenceName : unit -> string
Public Function GetReferenceName () As String

Returns

A String that contains the name of the service reference.

Applies to