Share via


UserVisiblePropertyAttribute.Id Property

Gets a string version of the Guid property value.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public ReadOnly Property Id As String
public string Id { get; }
public:
property String^ Id {
    String^ get ();
}
member Id : string
function get Id () : String

Property Value

Type: System.String
A string version of the Guid property value.

.NET Framework Security

See Also

Reference

UserVisiblePropertyAttribute Class

Microsoft.VisualStudio.TestTools.Common Namespace

Guid