 |
TaxFeeRateContact Property |
Vendor name.
Created in Epic SDK 2021.
Required
Namespace:
ASI.TAM.API.Data.UI.Configure.TaxFeeRate
Assembly:
ASI.TAM.API.Data.UI.Configure.TaxFeeRate (in ASI.TAM.API.Data.UI.Configure.TaxFeeRate.dll) Version: 17.0.55.769 (17.0.55.769)
Syntaxpublic string Contact { get; set; }
Public Property Contact As String
Get
Set
Dim instance As TaxFeeRate
Dim value As String
value = instance.Contact
instance.Contact = value
Property Value
Type:
String
Contact As String.
Remarks Note |
---|
- Name - Contact
- Length - 100
- Accepts Multiple Lines - False
- Required On Insert - True
- Required On Update - True
|
See Also