Table of Contents

Property Name

Namespace
Xunit
Assembly
xunit.v3.core.dll

Name

Gets the name of the collection. If CollectionAttribute(string) was called, will return the provided name; if CollectionAttribute(Type) was called, will return a synthetic name for the type.

public string Name { get; }

Property Value

string