Compartilhar via


PropertyInformation.Type property

Obtém o tipo de dados da propriedade.

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

Syntax

'Declaração
Public Property Type As Type
    Get
    Private Set
'Uso
Dim instance As PropertyInformation
Dim value As Type

value = instance.Type
public Type Type { get; private set; }

Property value

Type: System.Type
Um objeto do tipo System.Type que representa o tipo de propriedade gerenciada.

Ver também

Referência

PropertyInformation class

PropertyInformation members

Microsoft.Office.Server.Search.Query namespace