Click or drag to resize
LinkedInAccountInfo.GetValue Method (String)
Gets the field value.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 13.0.131
Syntax
C#
public override Object GetValue(
	string columnName
)

Parameters

columnName
Type: System.String
Column name

Return Value

Type: Object

Implements

ISearchable.GetValue(String)
ISimpleDataContainer.GetValue(String)
See Also