Partilhar via


Propriedade WebTestRequest.DependentGuid

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
Public Property DependentGuid As Guid
public Guid DependentGuid { get; set; }
public:
property Guid DependentGuid {
    Guid get ();
    void set (Guid value);
}
member DependentGuid : Guid with get, set
function get DependentGuid () : Guid
function set DependentGuid (value : Guid)

Valor de propriedade

Tipo: System.Guid

Segurança do .NET Framework

Consulte também

Referência

WebTestRequest Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting