[This is preliminary documentation and is subject to change.]
Returns parameter by its name or null
Namespace: NFX.DataAccess.DistributedAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Command..::..Param this[
string name
] { get; }
public Command..::..Param this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As Command..::..Param
Get
Public ReadOnly Default Property Item (
name As String
) As Command..::..Param
Get
public:
property Command..::..Param^ default[String^ name] {
Command..::..Param^ get (String^ name);
}
public:
property Command..::..Param^ default[String^ name] {
Command..::..Param^ get (String^ name);
}
member Item : Command..::..Param with get
member Item : Command..::..Param with get
Property Value
Type:
Command Param