Property Name
Name
Gets the name of the source document.
public string Name { get; }
Property Value
Examples
foreach (var reference in result.SourceReferences)
{
Console.WriteLine($"From document: {reference.Name}");
}
Gets the name of the source document.
public string Name { get; }
foreach (var reference in result.SourceReferences)
{
Console.WriteLine($"From document: {reference.Name}");
}