IXmlSchemaInfo::IsNil Property

 

Gets a value indicating if the value for this validated XML node is nil.

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

property bool IsNil {
	bool get();
}

Property Value

Type: System::Boolean

true if the value for this validated XML node is nil; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: