Compartilhar via


Keyword.StartDate property

Obtém ou define a data de ativação para a palavra-chave.

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

Syntax

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

value = instance.StartDate

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

Property value

Type: System.DateTime
Um valor System.DateTime que representa a data de ativação.

Ver também

Referência

Keyword class

Keyword members

Microsoft.Office.Server.Search.Administration namespace