Gets the name of the location that is providing the data, or null if none.

Namespace:  MbUnit.Framework
Assembly:  MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
protected virtual string GetDataLocationName()
Visual Basic (Declaration)
Protected Overridable Function GetDataLocationName As String

Remarks

The name will be the filename or resource path if specified, or a special locale-aware string (such as "<inline>") if the contents were specified inline via the Contents property.

See Also