| ArgumentsItem Property |
[Missing <summary> documentation for "P:QsInformatica.Utils.Arguments.Item(System.String)"]
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.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 String
-
Property Value
StringSee Also