Returns a PathExpression representing a given
attribute path string.

C# | Visual Basic |
public static PathExpression Attribute( string attributePath )
Public Shared Function Attribute ( _ attributePath As String _ ) As PathExpression

- attributePath (String)
- Path to the target attribute

A PathExpression representing target attribute path.