IVsWCFReferenceEndpoint.GetBehaviorConfiguration 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 endpoint BehaviorConfiguration from the configuration file.
public:
System::String ^ GetBehaviorConfiguration();
public:
Platform::String ^ GetBehaviorConfiguration();
std::wstring GetBehaviorConfiguration();
public string GetBehaviorConfiguration ();
abstract member GetBehaviorConfiguration : unit -> string
Public Function GetBehaviorConfiguration () As String
Returns
A String that contains the BehaviorConfiguration.