TestTypeExtensionClientSide.ExtensionName Property
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.
When overridden in a derived class, gets a custom name for the extension.
public:
abstract property System::String ^ ExtensionName { System::String ^ get(); };
public abstract string ExtensionName { get; }
member this.ExtensionName : string
Public MustOverride ReadOnly Property ExtensionName As String
Property Value
The name of the extension. Return null to use the default name of "Unit Test".