| MatrixDataProviderExtensionMatrixDataIRowDataGetValue Method |
Get attribute's value.
Namespace:
CTExtensions.Interfaces
Assembly:
CTInterface (in CTInterface.dll)
Syntax string GetValue(
string attribute
)
Function GetValue (
attribute As String
) As String
Parameters
- attribute
- Type: SystemString
Attribute to query
Return Value
Type:
Stringset value; or null if given attribute is not valid or it is not set.
See Also