This documentation is archived and is not being maintained.

XmlFormatExtensionPointAttribute.AllowElements Property

Gets or sets a value indicating whether the member of the class implementing the service description format extension specified in the MemberName property can accept raw XML elements.

[Visual Basic]
Public Property AllowElements As Boolean
[C#]
public bool AllowElements {get; set;}
[C++]
public: __property bool get_AllowElements();
public: __property void set_AllowElements(bool);
[JScript]
public function get AllowElements() : Boolean;
public function set AllowElements(Boolean);

Property Value

true if the member of the class implementing the service description format extension specified in the MemberName property can accept raw XML elements; otherwise, false. The default is true.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

XmlFormatExtensionPointAttribute Class | XmlFormatExtensionPointAttribute Members | System.Web.Services.Configuration Namespace

Show: