ExpectedProcessTraits.Arguments Property

A list of strings to search for in the process arguments.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public ReadOnly Property Arguments As ReadOnlyCollection(Of String)
public ReadOnlyCollection<string> Arguments { get; }
public:
property ReadOnlyCollection<String^>^ Arguments {
    ReadOnlyCollection<String^>^ get ();
}
member Arguments : ReadOnlyCollection<string> with get
function get Arguments () : ReadOnlyCollection<String>

Property Value

Type: ReadOnlyCollection<String>
Returns ReadOnlyCollection.

.NET Framework Security

See Also

Reference

ExpectedProcessTraits Class

Microsoft.VisualStudio.IntelliTrace Namespace