EntityAssociated Property |
Extra associated information, if any, about the item. See remarks.
Namespace: OpenDiscoverSDK.Interfaces.Content.TextAnalyticsAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.6.0 (2025.4.6)
Syntax[DataMemberAttribute]
public string Associated { get; set; }Property Value
String
Remarks
Extra associated information can be gathered for the following item types.
- CreditCard – The issuer or payment network (i.e., VISA, Mastercard, American Express, and Discover) if either can be determined.
- EmailAddress – The email address domain
- EmailAddressAndName – The name associated with the email address
- EmailAddressAndIPAddress – The name associated with the IP address.
- PhoneNumber – The phone number country, US state, or Canadian province if it can be determined.
- SocialMediaAccount – The social media platform.
- DatabaseCredential – If url link to cloud storage then contains the platform name (e.g., 'sharepoint').
- PersonName – LastName|FirstName|MiddleName|NickName|Suffix|Credential.
See Also