 |
ClientAccountSourceID Property |
Use the AccountSource lookup for a list of valid values.
Created in Epic SDK 2018.
Namespace:
ASI.TAM.API.Data.UI.Account.Client
Assembly:
ASI.TAM.API.Data.UI.Account.Client (in ASI.TAM.API.Data.UI.Account.Client.dll) Version: 2021.1.0.1
Syntaxpublic Nullable<int> AccountSourceID { get; set; }
Public Property AccountSourceID As Nullable(Of Integer)
Get
Set
Dim instance As Client
Dim value As Nullable(Of Integer)
value = instance.AccountSourceID
instance.AccountSourceID = value
Property Value
Type:
NullableInt32
AccountSourceID As Integer?.
Remarks Note |
---|
- Name - AccountSourceID
- Is Identity - True
- Required On Insert - False
- Required On Update - False
- Lookup - AccountSource
- Auto Validated - True
|
See Also