RuleAnalysis.AddSymbol(String) Method

Definition

Adds the fields and properties used by an expression as symbols to the RuleAnalysis instance.

public:
 void AddSymbol(System::String ^ symbol);
public void AddSymbol (string symbol);
member this.AddSymbol : string -> unit
Public Sub AddSymbol (symbol As String)

Parameters

symbol
String

A string that represents the path to a field or property.

Remarks

Use the AddSymbol method to add fields and properties used by an expression to the list of symbols for the RuleAnalysis instance.

Applies to