XdmType.IsNillable PropertyXdmType.IsNillable PropertyXdmType::IsNillable Property

Gets a value indicating whether this XdmTypeXdmTypeXdmType is a nillable element type.

Syntax

Public MustOverride ReadOnly Property IsNillable As Boolean
        Get
public abstract bool IsNillable { get; }
public:
property bool IsNillable {
    virtual bool get() abstract;
}
 

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if this type is a nillable element type; otherwise, falseFalsefalse.