WebCaptureSettings.Urls Property¶
List of Urls that the spider has been asked to traverse
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public List<string> Urls { get; set; }
VB¶
Public Property Urls As List(Of String)
Get
Set