XmlFormatExtensionPointAttribute.AllowElements Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.