Returns a PathExpression representing a given attribute path string.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

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

Parameters

attributePath
Type: System..::.String
Path to the target attribute

Return Value

A PathExpression representing target attribute path.

See Also