 |
PolicyV1IsProspectivePolicy Property |
Whether current policy is prospective. Otherwise, it is contracted.
Created in Epic SDK V4.1.
Namespace:
ASI.TAM.API.Data.UI.Account.Policy
Assembly:
ASI.TAM.API.Data.UI.Account.Policy (in ASI.TAM.API.Data.UI.Account.Policy.dll) Version: 2020.1.0.1
Syntaxpublic bool IsProspectivePolicy { get; set; }
Public Property IsProspectivePolicy As Boolean
Get
Set
Dim instance As PolicyV1
Dim value As Boolean
value = instance.IsProspectivePolicy
instance.IsProspectivePolicy = value
Property Value
Type:
Boolean
IsProspectivePolicy As Boolean.
Remarks Note |
---|
- Name - IsProspectivePolicy
|
See Also