List of target files to compare with source file.
Namespace: GroupDocs.ComparisonAssembly: GroupDocs.Comparison (in GroupDocs.Comparison.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic List<Document> Targets { get; }
Public ReadOnly Property Targets As List(Of Document)
Get
public:
property List<Document^>^ Targets {
List<Document^>^ get ();
}
member Targets : List<Document> with get
Property Value
Type:
ListDocument
See Also