Compartilhar via


PropertyInformation.Name property

Obtém o nome 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 Name As String
    Get
    Private Set
'Uso
Dim instance As PropertyInformation
Dim value As String

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

Property value

Type: System.String
Uma seqüência de caracteres contendo o nome.

Ver também

Referência

PropertyInformation class

PropertyInformation members

Microsoft.Office.Server.Search.Query namespace