Get, Set a string property by its name
Namespace: Easymap.AddIn.CommonAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic string this[
string propertyName
] { get; set; }Public Default Property Item (
propertyName As String
) As String
Get
Set
Parameters
- propertyName String
- name of the property
Return Value
String
See Also