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