TestResultMessage.VisibleProperties Property

Definition

Gets a collection of the properties in this test result message that will be visible in the user interface of Visual Studio Application Lifecycle Management (ALM).

public:
 property System::ComponentModel::PropertyDescriptorCollection ^ VisibleProperties { System::ComponentModel::PropertyDescriptorCollection ^ get(); };
public System.ComponentModel.PropertyDescriptorCollection VisibleProperties { get; }
member this.VisibleProperties : System.ComponentModel.PropertyDescriptorCollection
Public ReadOnly Property VisibleProperties As PropertyDescriptorCollection

Property Value

A collection of the properties in this test result message that are to be visible in the user interface of Visual Studio ALM.

Implements

Applies to