ColumnExtendedPropertyCollectionItem Property |
Gets or Sets extendend String properties for a
Column
Namespace:
Easymap.AddIn.Data
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic string this[
string propertyName
] { get; set; }
Public Default Property Item (
propertyName As String
) As String
Get
Set
Parameters
- propertyName
- Type: SystemString
Property Value
Type:
String
See Also