 |
PolicyV1AccountID Property |
Used to specify the client that contains the policy.
Created in Epic SDK V4.1.
Sometimes Required
Namespace:
ASI.TAM.API.Data.UI.Account.Policy
Assembly:
ASI.TAM.API.Data.UI.Account.Policy (in ASI.TAM.API.Data.UI.Account.Policy.dll) Version: 2020.1.0.1
Syntaxpublic int AccountID { get; set; }
Public Property AccountID As Integer
Get
Set
Dim instance As PolicyV1
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 - True
- Required On Update - False
- Ignored On Update - True
|
See Also