Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a Globally Unique Identifier that uniquely identifies each instance of a WebTest.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Overridable Property Guid As Guid
'Usage
Dim instance As WebTest
Dim value As Guid
value = instance.Guid
instance.Guid = value
public virtual Guid Guid { get; set; }
public:
virtual property Guid Guid {
Guid get ();
void set (Guid value);
}
public function get Guid () : Guid
public function set Guid (value : Guid)
Property Value
Type: System.Guid
A Guid object.
.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.