Method ExpectStringProperty
| Improve this Doc View SourceExpectStringProperty(String, Boolean)
Expects a named string property.
Declaration
public string ExpectStringProperty(string propertyName, bool expectComma)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | propertyName | The property name. |
| System.Boolean | expectComma | Expects comma ahead. |
Returns
| Type | Description |
|---|---|
| System.String | The string value of the property. |