: Schedule.BeginMonth (Propiedad) (Microsoft.Office.Server.Search.Administration)
Gets or sets the month in which the crawl schedule starts.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Property BeginMonth As Integer
'Uso
Dim instance As Schedule
Dim value As Integer
value = instance.BeginMonth
instance.BeginMonth = value
public int BeginMonth { get; set; }
Valor de propiedad
A 32-bit integer between 0 and 12 that specifies the start month for the crawl schedule.
Vea también
Referencia
Schedule (Clase)
Schedule (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)