Initializes a new instance of the UserVisiblePropertyAttribute class by using the provided property ID.
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Sub New ( _
    id As String _
)
public UserVisiblePropertyAttribute(
    string id
)
public:
UserVisiblePropertyAttribute(
    String^ id
)
new : 
        id:string -> UserVisiblePropertyAttribute
public function UserVisiblePropertyAttribute(
    id : String
)
Parameters
- id 
 Type: String- A string version of the Guid for the property to which the attribute is applied. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.