 |
ServiceSummaryItemEffectiveDate Property |
Effective date of line service summary. This has to be within the range of the effective and expiration dates of its parent line.
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: 2021.1.0.1
Syntaxpublic DateTime EffectiveDate { get; set; }
Public Property EffectiveDate As DateTime
Get
Set
Dim instance As ServiceSummaryItem
Dim value As DateTime
value = instance.EffectiveDate
instance.EffectiveDate = value
Property Value
Type:
DateTime
Remarks
See Also