TestTypeExtensionClientSide.ExtensionName Property

Definition

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".

Applies to