Compartilhar via


PropertyConstraint.Values property

Obtém as restrições de valor 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 Values As String()
    Get
    Friend Set
'Uso
Dim instance As PropertyConstraint
Dim value As String()

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

Property value

Type: []
Uma matriz contendo as restrições de valor de propriedade de seqüência.

Ver também

Referência

PropertyConstraint class

PropertyConstraint members

Microsoft.Office.Server.Search.Query namespace