|
ArgumentsOrderedArgs Property
|
Gets the ordered arguments as an array of strings.
Namespace: GSF.ConsoleAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax public virtual string[] OrderedArgs { get; }
Public Overridable ReadOnly Property OrderedArgs As String()
Get
public:
virtual property array<String^>^ OrderedArgs {
array<String^>^ get ();
}
abstract OrderedArgs : string[] with get
override OrderedArgs : string[] with get
function get_OrderedArgs();
View SourceProperty Value
StringSee Also