Compartilhar via


Keyword.EndDate property

Obtém ou define a data de expiração da palavra-chave.

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

Syntax

'Declaração
Public Property EndDate As DateTime
    Get
    Set
'Uso
Dim instance As Keyword
Dim value As DateTime

value = instance.EndDate

instance.EndDate = value
public DateTime EndDate { get; set; }

Property value

Type: System.DateTime
Um valor System.DateTime que representa a data de vencimento.

Ver também

Referência

Keyword class

Keyword members

Microsoft.Office.Server.Search.Administration namespace