DkmTerminalStartInfo.Arguments Property

Definition

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)

Property Value

ReadOnlyCollection<String>

Applies to