IVsAddWebReferenceResult.GetReferenceName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.