 |
SalesTargetItemYear Property |
Year
Created in Epic SDK 2014.
Required
Namespace:
ASI.TAM.API.Data.UI.Account.Common
Assembly:
ASI.TAM.API.Data.UI.Account.Common (in ASI.TAM.API.Data.UI.Account.Common.dll) Version: 2021.1.0.1
Syntaxpublic Nullable<int> Year { get; set; }
Public Property Year As Nullable(Of Integer)
Get
Set
Dim instance As SalesTargetItem
Dim value As Nullable(Of Integer)
value = instance.Year
instance.Year = value
Property Value
Type:
NullableInt32
Year As Integer?.
Remarks Note |
---|
- Name - Year
- Is Identity - False
- Required On Insert - True
- Required On Update - True
- Min Value - 1900
- MaxValue - 2200
|
See Also