WCF-Xtensions Class Reference for Mono
Bindings Property (WcfXtensionsBindingCollectionElement)






Gets the collection of ExtensionBindingElement.
Syntax
'Declaration
 
<System.Configuration.ConfigurationPropertyAttribute(Name="", 
   Options=ConfigurationPropertyOptions.IsDefaultCollection, 
   IsDefaultCollection=True, 
   IsRequired=False, 
   IsKey=False)>
Public ReadOnly Property Bindings As WcfXtensionsBindingElementCollection
'Usage
 
Dim instance As WcfXtensionsBindingCollectionElement
Dim value As WcfXtensionsBindingElementCollection
 
value = instance.Bindings
[System.Configuration.ConfigurationProperty(Name="", 
   Options=ConfigurationPropertyOptions.IsDefaultCollection, 
   IsDefaultCollection=true, 
   IsRequired=false, 
   IsKey=false)]
public WcfXtensionsBindingElementCollection Bindings {get;}
public read-only property Bindings: WcfXtensionsBindingElementCollection; 
System.Configuration.ConfigurationPropertyAttribute(Name="", 
   Options=ConfigurationPropertyOptions.IsDefaultCollection, 
   IsDefaultCollection=, 
   IsRequired=, 
   IsKey=)
public function get Bindings : WcfXtensionsBindingElementCollection
[System.Configuration.ConfigurationProperty(Name="", 
   Options=ConfigurationPropertyOptions.IsDefaultCollection, 
   IsDefaultCollection=true, 
   IsRequired=false, 
   IsKey=false)]
public: __property WcfXtensionsBindingElementCollection* get_Bindings();
[System.Configuration.ConfigurationProperty(Name="", 
   Options=ConfigurationPropertyOptions.IsDefaultCollection, 
   IsDefaultCollection=true, 
   IsRequired=false, 
   IsKey=false)]
public:
property WcfXtensionsBindingElementCollection^ Bindings {
   WcfXtensionsBindingElementCollection^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WcfXtensionsBindingCollectionElement Class
WcfXtensionsBindingCollectionElement Members

Send Feedback