de la propiedad ReportingPostFiscalPeriodChangedEventArgs.FiscalYearArray
Obtiene una matriz cuyo primer elemento es un entero que representa el año fiscal que se ha eliminado.
Espacio de nombres: Microsoft.Office.Project.Server.Events
Ensamblado: Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxis
'Declaración
Public ReadOnly Property FiscalYearArray As Integer()
Get
'Uso
Dim instance As ReportingPostFiscalPeriodChangedEventArgs
Dim value As Integer()
value = instance.FiscalYearArray
public int[] FiscalYearArray { get; }
Valor de propiedad
Tipo: []
Vea también
Referencia
clase ReportingPostFiscalPeriodChangedEventArgs