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