Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An e-mail address that external site administrators can contact if problems arise when their site is being crawled.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property ContactEmail As String
Get
Set
'Usage
Dim instance As SearchService
Dim value As String
value = instance.ContactEmail
instance.ContactEmail = value
public string ContactEmail { get; set; }
Property Value
Type: System.String