 |
ActivityV1AccountID Property |
Unique identifier used to specify account activity is attached to.
Created in Epic SDK V4.1.
Namespace:
ASI.TAM.API.Data.UI.Activity
Assembly:
ASI.TAM.API.Data.UI.Activity (in ASI.TAM.API.Data.UI.Activity.dll) Version: 2021.1.0.1
Syntaxpublic int AccountID { get; set; }
Public Property AccountID As Integer
Get
Set
Dim instance As ActivityV1
Dim value As Integer
value = instance.AccountID
instance.AccountID = value
Property Value
Type:
Int32
AccountID As Integer.
Remarks Note |
---|
- Name - AccountID
- Is Identity - True
- Required On Insert - False
- Required On Update - False
|
See Also