BDCProperties.BDCProperties

BDCProperties(string, string)

Constructor for properties of BDC operator.

public BDCProperties(string lang = null, string expansionText = null)
ParameterTypeDescription
langStringLang tag.
expansionTextStringExpansion text.

See Also


BDCProperties(int?, string, string)

Constructor for properties of BDC operator.

public BDCProperties(int? mcid, string lang = null, string expansionText = null)
ParameterTypeDescription
mcidNullable`1MCID.
langStringLang tag.
expansionTextStringExpansion text.

See Also