OTParametersItem Property
|
Namespace:
Ingeniux.CMS.Assets.Dita
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax public OTParameter this[
string name
] { get; }
Public ReadOnly Property Item (
name As String
) As OTParameter
Get
public:
property OTParameter^ Item[String^ name] {
OTParameter^ get (String^ name);
}
member Item : OTParameter with get
Parameters
- name
- Type: SystemString
Property Value
Type:
OTParameterSee Also