Click or drag to resize

MatrixDataProviderExtensionMatrixDataIRowDataGetValue Method

Get attribute's value.

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

Parameters

attribute
Type: SystemString
Attribute to query

Return Value

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