 |
ProducerBrokerScheduleItemEffectiveDate Property |
Effective date
Created in Epic SDK 2021.
Namespace:
ASI.TAM.API.Data.UI.Account.Line
Assembly:
ASI.TAM.API.Data.UI.Account.Line (in ASI.TAM.API.Data.UI.Account.Line.dll) Version: 2021.1.0.1
Syntaxpublic Nullable<DateTime> EffectiveDate { get; set; }
Public Property EffectiveDate As Nullable(Of DateTime)
Get
Set
Dim instance As ProducerBrokerScheduleItem
Dim value As Nullable(Of DateTime)
value = instance.EffectiveDate
instance.EffectiveDate = value
Property Value
Type:
NullableDateTime
EffectiveDate As DateTime?.
Remarks Note |
---|
|
See Also