IVsWCFReferenceGroupOptions.GetEnableDataBinding 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.
Determines whether data binding is enabled for a Windows Communication Foundation (WCF) service reference.
public:
int GetEnableDataBinding();
public:
int GetEnableDataBinding();
int GetEnableDataBinding();
public int GetEnableDataBinding ();
abstract member GetEnableDataBinding : unit -> int
Public Function GetEnableDataBinding () As Integer
Returns
0 if data binding is not enabled; otherwise any non-zero Integer.