Summary
Gets the value of the specified property and returns
null
if the property could not be found.
- Namespace
- Buildalyzer
- Containing Type
- AnalyzerResult
Syntax
public string GetProperty(string name)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The name of the property. |
Return Value
| Type | Description |
|---|---|
| string | The value of the property or null. |