XmlArrayItemAttribute.IsNullableSpecified Property

Namespace:  System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

Syntax

'Declaration
Public ReadOnly Property IsNullableSpecified As Boolean
'Usage
Dim instance As XmlArrayItemAttribute 
Dim value As Boolean 

value = instance.IsNullableSpecified
public bool IsNullableSpecified { get; }
public:
property bool IsNullableSpecified {
    bool get ();
}
public function get IsNullableSpecified () : boolean

Property Value

Type: System.Boolean

Platforms

Xbox 360, Zune

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

XNA Framework

Supported in: 3.0, 2.0, 1.0

See Also

Reference

XmlArrayItemAttribute Class

XmlArrayItemAttribute Members

System.Xml.Serialization Namespace