Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxstring this[
string propertyName
] { get; set; }Default Property Item (
propertyName As String
) As String
Get
Set
property String^ default[String^ propertyName] {
String^ get (String^ propertyName);
void set (String^ propertyName, String^ value);
}abstract Item : string with get, set
Parameters
- propertyName String
-
Property Value
String
See Also