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
- 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.