TextBeforeMatch Property
Gets {insert text here}.
Namespace: Microsoft.Data.Relational.Design.Controls
Assembly: Microsoft.Data.Tools.Relational.Design (in Microsoft.Data.Tools.Relational.Design.dll)
Syntax
'Declaration
Public ReadOnly Property TextBeforeMatch As String
Get
'Usage
Dim instance As PickerItemBase
Dim value As String
value = instance.TextBeforeMatch
public string TextBeforeMatch { get; }
public:
property String^ TextBeforeMatch {
String^ get ();
}
member TextBeforeMatch : string
function get TextBeforeMatch () : String
Property Value
Type: System..::..String