XdmReader.NotationPublicId MethodXdmReader.NotationPublicId MethodXdmReader::NotationPublicId Method

Returns the public identifier of the specified notation.

Syntax

Public Function NotationPublicId( _
    notationName As String _
) As String
public string NotationPublicId(
    string notationName
)
public:
String^ NotationPublicId(
    String^ notationName
)
 

Parameters

notationName

Type: System.StringSystem.StringSystem::String^

The name of the notation.

Return Value

Type: System.StringSystem.StringSystem::String^

The public identifier of a notation declared in the current document. If no notation with the name specified exists, or if the notation has no public identifier, null a null reference (Nothing in Visual Basic) nullptr is returned.