Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string this[
string propertyName
] { get; set; }
Property Item (
propertyName As String
) As String
Get
Set
property String^ Item[String^ propertyName] {
String^ get (String^ propertyName);
void set (String^ propertyName, String^ value);
}
abstract Item : string with get, set
Parameters
- propertyName
- Type: SystemString
Property Value
Type:
StringSee Also