systemId Property (Visual Basic)

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - SAX2 Reference

systemId Property (Visual Basic)

Returns the system identifier for the current document event. A system identifier represents a file located on the local file system or network.

Implementation Syntax

Property systemId As String 

Usage Syntax

StrVal = IVBSAXLocator.publicId

Return Values

Null if a system identifier is not available.

Remarks

The systemId property is read-only.

See Also

publicId Property (Visual Basic)

Applies to: IVBSAXLocator Interface