Share via


WebTestRequest.DependentGuid Property

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

Syntax

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

Property Value

Type: Guid

.NET Framework Security

See Also

Reference

WebTestRequest Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace