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