|  | 
| SalesTargetItemNumberOfClientContracts Property  | 
 
   Number Of Client Contracts
Created in Epic SDK 2014.
   ASI.TAM.API.Data.UI.Account.Common (in ASI.TAM.API.Data.UI.Account.Common.dll) Version: 2021.1.0.1
 Syntax
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
Remarks|  Note | 
|---|
| Name -  NumberOfClientContractsIs Identity -  FalseRequired On Insert -  FalseRequired On Update -  FalseMin Value -  0MaxValue -  999999999
 | 
 See Also
See Also