ExpectedProcessTraits.Arguments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A list of strings to search for in the process arguments
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ Arguments { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> Arguments { get; }
member this.Arguments : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property Arguments As ReadOnlyCollection(Of String)