: Keyword.StartDate (Propiedad) (Microsoft.Office.Server.Search.Administration)
Gets or sets the activation date for the keyword.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Property StartDate As DateTime
'Uso
Dim instance As Keyword
Dim value As DateTime
value = instance.StartDate
instance.StartDate = value
public DateTime StartDate { get; set; }
Valor de propiedad
A System.DateTime value that represents the activation date.
Vea también
Referencia
Keyword (Clase)
Keyword (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)