Click or drag to resize

PropertyBagItem Property

Get, Set a string property by its name

Namespace:  Easymap.AddIn.Common
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public string this[
	string propertyName
] { get; set; }

Parameters

propertyName
Type: SystemString
name of the property

Return Value

Type: String
See Also