| SearchIndexDocuments Property |
[Missing <summary> documentation for "P:Activsoft.Search.SearchIndex.Documents"]
Namespace: Activsoft.SearchAssembly: Activsoft.Search (in Activsoft.Search.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Dictionary<string, SearchDocument> Documents { get; }Public ReadOnly Property Documents As Dictionary(Of String, SearchDocument)
Get
public:
property Dictionary<String^, SearchDocument^>^ Documents {
Dictionary<String^, SearchDocument^>^ get ();
}member Documents : Dictionary<string, SearchDocument> with get
Property Value
Type:
DictionaryString,
SearchDocument
See Also