|
ArgumentsOrderedArgs Property
|
Gets the ordered arguments as an array of strings.
Namespace: GSF.ConsoleAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.250-beta+e1aac152bf9c38c67035c6d283461f222e39e02a
Syntaxpublic 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
String
See Also