Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the unique string ID.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property UniqueStringId As String
public string UniqueStringId { get; set; }
public:
property String^ UniqueStringId {
String^ get ();
void set (String^ value);
}
member UniqueStringId : string with get, set
function get UniqueStringId () : String
function set UniqueStringId (value : String)
Property Value
Type: System.String
The unique string ID.
.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.