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