[CanBeNullAttribute]
public string[] CommandLine { get; }
<CanBeNullAttribute>
Public ReadOnly Property CommandLine As String()
Get
public:
[CanBeNullAttribute]
property array<String^>^ CommandLine {
array<String^>^ get ();
}
[<CanBeNullAttribute>]
member CommandLine : string[] with get