DatStat Illume 4.5 SDK Class Reference

SDK_DataDictionary.DictionaryEntryByName Method 

Returns a single SDK_DictionaryEntry for the given name.

public SDK_DictionaryEntry DictionaryEntryByName(
   String variableName
);

Parameters

variableName
The variable name of the entry to be retrieved.

Return Value

The SDK_DictionaryEntry for the given survey variable name or null if not found.

See Also

SDK_DataDictionary Class | DatStat.SDK.WebServiceWrappers Namespace