| ArgumentsItem Property |
[Missing <summary> documentation for "P:QsInformatica.Utils.Arguments.Item(System.String)"]
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax public string this[
string param
] { get; }
Public ReadOnly Default Property Item (
param As String
) As String
Get
public:
property String^ default[String^ param] {
String^ get (String^ param);
}
member Item : string with get
Parameters
- param
- Type: SystemString
Property Value
Type:
StringSee Also