WCF-Xtensions Class Reference for Mono
ElementName Property (ExtensionBindingElementCollection)






The name of the node representing the configuration element.
Syntax
'Declaration
 
Protected Overrides ReadOnly Property ElementName As System.String
'Usage
 
Dim instance As ExtensionBindingElementCollection
Dim value As System.String
 
value = instance.ElementName
protected override System.string ElementName {get;}
protected read-only property ElementName: System.String; override; 
protected override function get ElementName : System.String
protected: __property System.string* get_ElementName() override;
protected:
property System.String^ ElementName {
   System.String^ get() override;
}
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

ExtensionBindingElementCollection Class
ExtensionBindingElementCollection Members
Base Implementation in ElementName

Send Feedback