FiscalPeriodDataSet.FiscalPeriodsRow.WFISCAL_YEAR - Propriété
Obtient ou définit un entier qui représente l'année fiscale.
Espace de noms : WebSvcAdmin
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property WFISCAL_YEAR As Integer
Get
Set
'Utilisation
Dim instance As FiscalPeriodDataSet.FiscalPeriodsRow
Dim value As Integer
value = instance.WFISCAL_YEAR
instance.WFISCAL_YEAR = value
public int WFISCAL_YEAR { get; set; }
Valeur de propriété
Type : System.Int32
Voir aussi
Référence
FiscalPeriodDataSet.FiscalPeriodsRow classe