Click or drag to resize

MatrixDataProviderExtensionMatrixDataIRowDataGetValue Method

Get attribute's value.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
string GetValue(
	string attribute
)

Parameters

attribute  String
Attribute to query

Return Value

String
set value; or null if given attribute is not valid or it is not set.
See Also