Share via


ExpectedProcessTraits.Variables Property

Definition

A list of strings to search for in the environment variables of the process

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ Variables { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> Variables { get; }
member this.Variables : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property Variables As ReadOnlyCollection(Of String)

Property Value

Applies to