XmlFormatExtensionPointAttribute.AllowElements Property

Definition

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

public:
 property bool AllowElements { bool get(); void set(bool value); };
public bool AllowElements { get; set; }
member this.AllowElements : bool with get, set
Public Property AllowElements As Boolean

Property Value

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

Applies to