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