Compartilhar via


PropertyInformation.Description property

Obtém a descrição da propriedade.

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

Syntax

'Declaração
<DataMemberAttribute> _
Public Property Description As String
    Get
    Private Set
'Uso
Dim instance As PropertyInformation
Dim value As String

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

Property value

Type: System.String
Uma seqüência de caracteres que contém a descrição.

Ver também

Referência

PropertyInformation class

PropertyInformation members

Microsoft.Office.Server.Search.Query namespace