 |
BillingBillingCompanyID Property |
Unique identifier used to specify related [sub item].
Namespace:
ASI.TAM.API.Data.UI.Account.Company
Assembly:
ASI.TAM.API.Data.UI.Account.Company (in ASI.TAM.API.Data.UI.Account.Company.dll) Version: 2021.2.0.769
Syntaxpublic Nullable<int> BillingCompanyID { get; set; }
Public Property BillingCompanyID As Nullable(Of Integer)
Get
Set
Dim instance As Billing
Dim value As Nullable(Of Integer)
value = instance.BillingCompanyID
instance.BillingCompanyID = value
Property Value
Type:
NullableInt32
Remarks
See Also