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 with get
function get Id () : String
Property Value
Type: String
A string version of the Guid property value.
.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.
See Also
Reference
UserVisiblePropertyAttribute Class