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