Class EnvironmentVariableAttribute
Declares an Environment Variable
Inheritance
System.Object
System.Attribute
EnvironmentVariableAttribute
Syntax
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public class EnvironmentVariableAttribute : Attribute, _Attribute
Constructors
| Improve this DocEnvironmentVariableAttribute(String)
Declares an Environment Variable
Declaration
public EnvironmentVariableAttribute(string VariableName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | VariableName | The name of the Environment Variable |
Properties
| Improve this DocVariableName
The name of the Environment Variable
Declaration
public string VariableName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |