UITestExtensionPackage.PackageVendor 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.
Gets the name of the vendor for this UI test package.
public:
abstract property System::String ^ PackageVendor { System::String ^ get(); };
public abstract string PackageVendor { get; }
member this.PackageVendor : string
Public MustOverride ReadOnly Property PackageVendor As String
Property Value
The vendor name.