Share via


UserVisiblePropertyAttribute(String) Constructor

Definition

Initializes a new instance of the UserVisiblePropertyAttribute class by using the provided property ID.

public:
 UserVisiblePropertyAttribute(System::String ^ id);
public UserVisiblePropertyAttribute (string id);
new Microsoft.VisualStudio.TestTools.Common.UserVisiblePropertyAttribute : string -> Microsoft.VisualStudio.TestTools.Common.UserVisiblePropertyAttribute
Public Sub New (id As String)

Parameters

id
String

A string version of the Guid for the property to which the attribute is applied.

Applies to