WCF-Xtensions Class Reference for .NET
Extensions Property (ExtensionBindingElement)






The collection of BindingElement object to be added to source binding configuration.
Syntax
[System.Configuration.ConfigurationProperty(Name="", 
   Options=ConfigurationPropertyOptions.IsDefaultCollection, 
   IsDefaultCollection=true, 
   IsRequired=false, 
   IsKey=false)]
public BindingElementExtensionElementCollection<BindingElement> Extensions {get;}
public read-only property Extensions: BindingElementExtensionElementCollection; 
System.Configuration.ConfigurationPropertyAttribute(Name="", 
   Options=ConfigurationPropertyOptions.IsDefaultCollection, 
   IsDefaultCollection=, 
   IsRequired=, 
   IsKey=)
public function get Extensions : BindingElementExtensionElementCollection
[System.Configuration.ConfigurationProperty(Name="", 
   Options=ConfigurationPropertyOptions.IsDefaultCollection, 
   IsDefaultCollection=true, 
   IsRequired=false, 
   IsKey=false)]
public: __property BindingElementExtensionElementCollection<BindingElement*>* get_Extensions();
[System.Configuration.ConfigurationProperty(Name="", 
   Options=ConfigurationPropertyOptions.IsDefaultCollection, 
   IsDefaultCollection=true, 
   IsRequired=false, 
   IsKey=false)]
public:
property BindingElementExtensionElementCollection<BindingElement^>^ Extensions {
   BindingElementExtensionElementCollection<BindingElement^>^ get();
}
'Declaration
 
<System.Configuration.ConfigurationPropertyAttribute(Name="", 
   Options=ConfigurationPropertyOptions.IsDefaultCollection, 
   IsDefaultCollection=True, 
   IsRequired=False, 
   IsKey=False)>
Public ReadOnly Property Extensions As BindingElementExtensionElementCollection(Of BindingElement)
 
'Usage
 
Dim instance As ExtensionBindingElement
Dim value As BindingElementExtensionElementCollection(Of BindingElement)
 
value = instance.Extensions
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

ExtensionBindingElement Class
ExtensionBindingElement Members

Send Feedback