Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public string[] SearchTerms { get; }
Visual Basic
Public ReadOnly Property SearchTerms As String()
	Get
Visual C++
public:
property array<String^>^ SearchTerms {
	array<String^>^ get ();
}
F#
member SearchTerms : string[] with get

Property Value

Type: array<String>[]()[][]

See Also