IVsWCFReferenceContract.GetTypeName 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 full name of the contract Type.
public:
System::String ^ GetTypeName();
public:
Platform::String ^ GetTypeName();
std::wstring GetTypeName();
public string GetTypeName ();
abstract member GetTypeName : unit -> string
Public Function GetTypeName () As String
Returns
A String that contains the name.