[This is preliminary documentation and is subject to change.]
Returns arguments array that this configuration was parsed from
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public string[] Arguments { get; }
public string[] Arguments { get; }
Public ReadOnly Property Arguments As String()
Get
Public ReadOnly Property Arguments As String()
Get
public:
property array<String^>^ Arguments {
array<String^>^ get ();
}
public:
property array<String^>^ Arguments {
array<String^>^ get ();
}
member Arguments : string[] with get
member Arguments : string[] with get
Property Value
Type:
String