 |
SalesTargetItemNumberOfClientContracts Property |
Number Of Client Contracts
Created in Epic SDK 2014.
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> NumberOfClientContracts { get; set; }
Public Property NumberOfClientContracts As Nullable(Of Integer)
Get
Set
Dim instance As SalesTargetItem
Dim value As Nullable(Of Integer)
value = instance.NumberOfClientContracts
instance.NumberOfClientContracts = value
Property Value
Type:
NullableInt32
NumberOfClientContracts As Integer?.
Remarks Note |
---|
- Name - NumberOfClientContracts
- Is Identity - False
- Required On Insert - False
- Required On Update - False
- Min Value - 0
- MaxValue - 999999999
|
See Also