IVsWCFReferenceContract.GetPortTypeName 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 port type name from the Web Services Description Language (WSDL).
public:
System::String ^ GetPortTypeName();
public:
Platform::String ^ GetPortTypeName();
std::wstring GetPortTypeName();
public string GetPortTypeName ();
abstract member GetPortTypeName : unit -> string
Public Function GetPortTypeName () As String
Returns
Remarks
A String
that contains the port type name.