XdmReader.UnparsedEntitySystemId MethodXdmReader.UnparsedEntitySystemId MethodXdmReader::UnparsedEntitySystemId Method

Returns the system identifier of the specified unparsed external entity.

Syntax

Public Function UnparsedEntitySystemId( _
    entityName As String _
) As String
public string UnparsedEntitySystemId(
    string entityName
)
public:
String^ UnparsedEntitySystemId(
    String^ entityName
)
 

Parameters

entityName

Type: System.StringSystem.StringSystem::String^

The name of the entity.

Return Value

Type: System.StringSystem.StringSystem::String^

The absolute URI obtained by resolving the system identifier of the unparsed entity information item against its base URI. If no entity with the name specified exists, or if the entity is not an external unparsed entity, null a null reference (Nothing in Visual Basic) nullptr is returned.