DocumentNames Property
Summary
Gets a list of names corresponding to the LEADDocument objects that were compared.
Syntax
public IList<string> DocumentNames {get;}
Public ReadOnly Property DocumentNames() As IList(Of String)
Get
public:
property IList<String^>^ DocumentNames
{
IList<String^>^ get()
}
Property Value
List of strings. Default value is an empty list.