 |
ProducerBrokerCommissionItemShareRevenueAgencyName Property |
On Insert this is defaulted based on the code provided.
Created in Epic SDK V10.0.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Reconcile
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2022.2.0.1054
Syntaxpublic string ShareRevenueAgencyName { get; set; }
Public Property ShareRevenueAgencyName As String
Get
Set
Dim instance As ProducerBrokerCommissionItem
Dim value As String
value = instance.ShareRevenueAgencyName
instance.ShareRevenueAgencyName = value
Property Value
Type:
String
ShareRevenueAgencyName As String.
Remarks Note |
---|
- Name - ShareRevenueAgencyName
- Required On Insert - False
- Required On Update - False
|
See Also