EnvironmentVariables.Item PropertyEnvironmentVariables.Item PropertyEnvironmentVariables::Item Property

Gets the stringStringString with the specified key.

Syntax

Public MustOverride ReadOnly Property Item As String (    key As String _
)
        Get
public abstract string  this [    string key
] { get; }
public:
property String^ Item {
    virtual String^ get() abstract;
}