Share via


SourceRecord.Description property

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

Syntax

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

value = instance.Description

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

Property value

Type: System.String

Implements

ISource.Description

See also

Reference

SourceRecord class

SourceRecord members

Microsoft.Office.Server.Search.Administration.Query namespace