System.Xml.Serialization.XmlReflectionMember.OverrideIsNullable Property

Gets or sets a value that indicates that the value of the corresponding XML element definition's isNullable attribute is false.

Syntax

public bool OverrideIsNullable { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

This setting overrides the XmlElementAttribute.IsNullable property of the System.Xml.Serialization.XmlElementAttribute attribute. It is set to true only when a SOAP header's type is neither System.Web.Services.Protocols.SoapHeader nor System.Web.Services.Protocols.SoapUnknownHeader.

You do not need to use the System.Xml.Serialization.XmlReflectionMember class and its properties directly.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0