Constructor EnvKeyAttribute
| Improve this Doc View SourceEnvKeyAttribute()
Initializes a new instance of the EnvKeyAttribute class.
Declaration
public EnvKeyAttribute()
EnvKeyAttribute(String)
Initializes a new instance of the EnvKeyAttribute class with the name of the key.
Declaration
public EnvKeyAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name | The name of the key the property is mapped to. |