EntryPoint
Show / Hide Table of Contents

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 Doc

EnvironmentVariableAttribute(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 Doc

VariableName

The name of the Environment Variable

Declaration
public string VariableName { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc