XdmNavigator.UnparsedEntitySystemDd MethodXdmNavigator.UnparsedEntitySystemDd MethodXdmNavigator::UnparsedEntitySystemDd Method

Returns the system identifier of the specified entity name.

Syntax

Public MustOverride Function UnparsedEntitySystemDd( _
    entityName As String _
) As String
public abstract string UnparsedEntitySystemDd(
    string entityName
)
public:
virtual String^ UnparsedEntitySystemDd(
    String^ entityName
) abstract
 

Parameters

entityName

Type: System.StringSystem.StringSystem::String^

The entity name.

Return Value

Type: System.StringSystem.StringSystem::String^

The system identifier of the specified unparsed external entity, or null a null reference (Nothing in Visual Basic) nullptr if the entity with the name specified in entityName does not exist or is not an external unparsed entity.