XdmType.HasTypeAnnotation PropertyXdmType.HasTypeAnnotation PropertyXdmType::HasTypeAnnotation Property

Gets a value indicating whether this instance has type annotation.

Syntax

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

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

true if this instance has type annotation; otherwise, false.