XdmNavigator.UniqueId MethodXdmNavigator.UniqueId MethodXdmNavigator::UniqueId Method

Returns a stringStringString value which acts as a unique identifier for the current node in the context of the containing fragment.

Syntax

Public MustOverride Function UniqueId() As String
public abstract string UniqueId()
public:
virtual String^ UniqueId() abstract
 

Remarks

The returned identifier must consist of ASCII alphanumeric characters and must start with an alphabetic character. Thus, the string is syntactically an XML name.