Sdílet prostřednictvím


WebTestRequest.DependentGuid – vlastnost

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.Guid

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WebTestRequest Třída

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů