| 
            
              ValueExpressionParserHasThisKeywords Method
             | 
          
        
        
            Returns a flag that determines if the "this" keyword exists with the specified expression.
            
        
        Namespace: GSF.ComponentModelAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxpublic static bool HasThisKeywords(
	string expression
)
Public Shared Function HasThisKeywords ( 
	expression As String
) As Boolean
public:
static bool HasThisKeywords(
	String^ expression
)
static member HasThisKeywords : 
        expression : string -> bool GSF.ComponentModel.ValueExpressionParser.HasThisKeywords = function(expression);
 View SourceParameters
- expression  String
 - Expression to search.
 
Return Value
Booleantrue if "this" keyword exists in expression; otherwise, 
false.
See Also