XdmType.IsWildNameTest PropertyXdmType.IsWildNameTest PropertyXdmType::IsWildNameTest Property

Gets a value indicating whether the name test of this type is a wildcard.

Syntax

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

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the name test of this type is a wildcard; otherwise, falseFalsefalse.