clsDBItem Property

Generic method for getting values of property by names. Useful when iterating through columns in a record

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public Object this[
	string propertyName
] { get; set; }

Parameters

propertyName  String
Name of Property value to be retrieved

Return Value

Object
Property Value

See Also