 |
RelationshipItemRelatedAccountLookupCode Property |
Lookup code of the related account.
Namespace:
ASI.TAM.API.Data.UI.Account.Common
Assembly:
ASI.TAM.API.Data.UI.Account.Common (in ASI.TAM.API.Data.UI.Account.Common.dll) Version: 2021.1.0.1
Syntaxpublic string RelatedAccountLookupCode { get; set; }
Public Property RelatedAccountLookupCode As String
Get
Set
Dim instance As RelationshipItem
Dim value As String
value = instance.RelatedAccountLookupCode
instance.RelatedAccountLookupCode = value
Property Value
Type:
StringLookupCode as string.
Return Value
Type:
String
Remarks
See Also