RuleAnalysis.AddSymbol(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.