WebTest.Guid Property
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Overridable Property Guid As Guid
public virtual Guid Guid { get; set; }
public:
virtual property Guid Guid {
Guid get ();
void set (Guid value);
}
abstract Guid : Guid with get, set
override Guid : Guid with get, set
function get Guid () : Guid
function set Guid (value : Guid)
Property Value
Type: Guid
.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.