EnvironmentVariableCollection.Item[String] Property

Definition

Gets the environment variable from the environment variable collection based upon the specified name.

public:
 property Microsoft::SqlServer::Management::IntegrationServices::EnvironmentVariable ^ default[System::String ^] { Microsoft::SqlServer::Management::IntegrationServices::EnvironmentVariable ^ get(System::String ^ name); };
public Microsoft.SqlServer.Management.IntegrationServices.EnvironmentVariable this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.IntegrationServices.EnvironmentVariable
Default Public ReadOnly Property Item(name As String) As EnvironmentVariable

Parameters

name
String

The name of the environment variable.

Property Value

The specified environment variable from the environment variable collection.

Applies to