UITestExtensionPackage.PackageDescription Property

Gets the description of this UI test package.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property PackageDescription As String
public abstract string PackageDescription { get; }
public:
virtual property String^ PackageDescription {
    String^ get () abstract;
}
abstract PackageDescription : string with get
abstract function get PackageDescription () : String

Property Value

Type: String
The description of the package.

.NET Framework Security

See Also

Reference

UITestExtensionPackage Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace