Method GetValueByName
GetValueByName(string, string)
Get the value of a property by name.
Declaration
public string GetValueByName(string profileId, string varName)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | profileId | The profile id.  | 
    
| string | varName | The variable name.  | 
    
Returns
| Type | Description | 
|---|---|
| string | The value of the variable for a given profile.  |