LocationConfiguration.AdminDescription Property

Specifies the description of the federated search location. This corresponds to the Description element of the OpenSearchDescription Element (Location Definition) of the federated location definition file.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property AdminDescription As String
    Get
    Set
'Usage
Dim instance As LocationConfiguration
Dim value As String

value = instance.AdminDescription

instance.AdminDescription = value
[DataMemberAttribute]
public string AdminDescription { get; set; }

Property Value

Type: System.String

See Also

Reference

LocationConfiguration Class

LocationConfiguration Members

Microsoft.Office.Server.Search.Administration Namespace