WebCaptureSettings.InclusionDomains Property¶
list of URLs that the user has specified that are domains that will be visited, even though out of the current domain
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> InclusionDomains { get; set; }
VB¶
Public Property InclusionDomains As List(Of String)
Get
Set