Puts the system property into the collection. If a property with the same name exists it is overridden.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
public void PutProperty( EnvironmentVariableConfigurationElement property )
Public Sub PutProperty ( _ property As EnvironmentVariableConfigurationElement _ )
public: void PutProperty( EnvironmentVariableConfigurationElement^ property )
public void PutProperty( EnvironmentVariableConfigurationElement property )
![](../icons/collapse_all.gif)
- property (EnvironmentVariableConfigurationElement)
- System property to put.