public string[] CommandLineArgs { get; set; }
Public Property CommandLineArgs As String() Get Set
public: property array<String^>^ CommandLineArgs { array<String^>^ get (); void set (array<String^>^ value); }