Click or drag to resize

EntityMetadataName Property

If property LocationType is set to Metadata, this property holds the name of the metadata field. If the metadata field is a custom (user defined) property then it will be prefixed with "cust:".

Namespace: OpenDiscoverSDK.Interfaces.Content.TextAnalytics
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.6.0 (2025.4.6)
Syntax
C#
[DataMemberAttribute]
public string MetadataName { get; set; }

Property Value

String
See Also