TestElement.ControllerPlugin 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 controller extension object.
public:
abstract property System::String ^ ControllerPlugin { System::String ^ get(); };
public abstract string ControllerPlugin { get; }
member this.ControllerPlugin : string
Public MustOverride ReadOnly Property ControllerPlugin As String
Property Value
A custom controller extension object.