ITestDataSourceEmptyDataSourceExceptionInfo.GetPropertyOrMethodNameForEmptyDataSourceException Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the method/property name accessed by this data source. For example, for DynamicDataAttribute, that will be the attribute argument.
public string? GetPropertyOrMethodNameForEmptyDataSourceException();
abstract member GetPropertyOrMethodNameForEmptyDataSourceException : unit -> string
Public Function GetPropertyOrMethodNameForEmptyDataSourceException () As String
Returns
The name of the member that produced the (empty) data, or null if unknown.