| SearchDefinitionFields Property |
[Missing <summary> documentation for "P:Activsoft.Search.SearchDefinition.Fields"]
Namespace: Activsoft.SearchAssembly: Activsoft.Search (in Activsoft.Search.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<string> Fields { get; }Public ReadOnly Property Fields As List(Of String)
Get
public:
property List<String^>^ Fields {
List<String^>^ get ();
}member Fields : List<string> with get
Property Value
Type:
ListString
See Also