XmlArrayAttributeIsNullable Property |
Gets or sets a value that indicates whether the System.Xml.Serialization.XmlSerializer
must serialize a member as an empty XML tag with the xsi:nil attribute set
to true.
Namespace: System.Xml.SerializationAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public bool IsNullable { get; set; }
Property Value
Type:
BooleanSee Also