Summary
Construct a PropertyAttribute with a name and string value
- Namespace
- TCLite
- Containing Type
- PropertyAttribute
Syntax
public PropertyAttribute(string propertyName, string propertyValue)
Parameters
Name | Type | Description |
---|---|---|
propertyName | string | The name of the property |
propertyValue | string | The property value |
Return Value
Type | Description |
---|---|
void |