TestRun.VisibleProperties Property

Definition

Gets the properties of the test run.

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

The properties of the test run.

Implements

Applies to