WebKnowledgeSourceDomain(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of WebKnowledgeSourceDomain.
public WebKnowledgeSourceDomain(string address);
new Azure.Search.Documents.Indexes.Models.WebKnowledgeSourceDomain : string -> Azure.Search.Documents.Indexes.Models.WebKnowledgeSourceDomain
Public Sub New (address As String)
Parameters
- address
- String
The address of the domain.
Exceptions
address is null.